this simple website takes stock symbols and measures the number of positive vs negative comments on twitter in real time
-
npm install
to install dependencies -
edit
twitter.js
- replace Twitter API keys with your own -
node server &
to run the web server in the background (bash) -
node twitter &
to run the websocket server in the background (bash) -
open http://localhost:3001
to open site in new browser (bash)
- twitter search api: https://dev.twitter.com/docs/using-search