Skip to content

EarthDisplay API

Henry edited this page Apr 23, 2016 · 1 revision

Rough interface...

Try to send tweets in big arrays so we don't have a lot of overhead sending tweets one at a time.

DisplayTweets([{
  timestamp: Date / number (optional),
  link: (optional),
  username: (optional),
  tweet: String (required)
}])
Clone this wiki locally