Skip to content

Instantly share code, notes, and snippets.

@ncammarata
Created January 1, 2015 22:01
Show Gist options
  • Select an option

  • Save ncammarata/adc895e4ede4cc98c243 to your computer and use it in GitHub Desktop.

Select an option

Save ncammarata/adc895e4ede4cc98c243 to your computer and use it in GitHub Desktop.
tweets = Socket "api.localhost.dev/tweets"
>> filter (.favorites > 1000)
>> sortBy .favorites
>> take 10
App {
state: { tweets }
template:
h1 Favorite Tweets
.tweet(
repeat: @favoriteTweets
) {.text} by {.author}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment