Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 612 Bytes

twitter stocks sentiment

this simple website takes stock symbols and measures the number of positive vs negative comments on twitter in real time

instructions

  1. npm install to install dependencies

  2. edit twitter.js - replace Twitter API keys with your own

  3. node server & to run the web server in the background (bash)

  4. node twitter & to run the websocket server in the background (bash)

  5. open http://localhost:3001 to open site in new browser (bash)

links