Realtime statistics on Twitter keywords
Demo: http://tweet-stats.herokuapp.com
- Create a free Pusher account
- Create a Twitter application
- Generate access tokens on the "Keys and Access Tokens" tab
- Create a copy of
config.example.js
and name itconfig.js
- Fill the configuation options with the values from Pusher and Twitter
- Add the keywords you want to track as an array of strings in
config.js
- Install the dependencies by running
npm install
- Test the API locally by running
node index.js
and checking an API endpoint - Upload the API somewhere public (this is already set up for Heroku)
- Set up the demo