Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Mar 13, 2015
1 parent 0a1b40e commit 1b8619e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Then, we see that Iteratees and Enumerators are deeply integrated with the Play
* __RxTime__ : the simplest possible app that could serve as a template project. This is a simple web page with a single button. When you click on it, this creates an Observable on the server that will produce the time every second. You can stop the clock (i. e. unsubscribe from the Observable) and start it again (new subscription).

* __RxTwitterStats__ : this is a complex app illustrating the power of RxPlay combined with WidgetManager (several Observables, chaining them, buffering, etc). This will show real-time tweets for a specific keyword. Top 3 mentionned users and number of tweets per second are displayed on screen. See Readme from the project directory for details and configuration (to add your Twitter tokens) or check out this live demo on Youtube :

[![RxTwitterStats demo](http://img.youtube.com/vi/G70KP-A3AT8/1.jpg)](http://www.youtube.com/watch?v=G70KP-A3AT8)

### the necessary files
Expand Down

0 comments on commit 1b8619e

Please sign in to comment.