Monitor hashtag with node.js
and display the results via socket io to html web page.
- Node JS installed on computer
npm
oryarn
installed on computer- twitter credentials, you can get it on https://apps.twitter.com
- clone this repo
- run
npm install
oryarn
on Terminal - copy credentials-sample.js to credentials.js and use the right data from your own app twitter credentials (from requirement no 3 above)
- run "node app" on Terminal to run the app
- open your browser and type "http://localhost:3000"
Node.js, Express, twitter, Socket.io