Skip to content

A simple demo showing rxjava consuming from Twitter Stream API and displaying random tweets on a map

Notifications You must be signed in to change notification settings

henriwi/rxjava-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjava-twitter

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>

About

A simple demo showing rxjava consuming from Twitter Stream API and displaying random tweets on a map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published