A simple demo showing rxjava consuming from Twitter Stream API and displaying random tweets on a map.
Requires the following environment-variables to be set:
twitter4j.oauth.consumerKey=<your-key>
twitter4j.oauth.consumerSecret=<your-secret>
twitter4j.oauth.accessToken=<your-token>
twitter4j.oauth.accessTokenSecret=<your-secret>