How to use Rx to asynchronously query Twitter search ?
- by Jalfp
Hi,
I'm thinking about using Rx (Reactive Framework) in order to asynchronously query Twitter search API on a given keyword. The sample app I'd like to build should be able to display new tweets in the console.
Do you think it is possible to do that ? Would it be simpler than using standard programming techniques ?
How would you do that ?
Thank !
Jeremy