Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 497 Bytes

twitter stocks sentiment

this simple website takes a stock code and measures the number of positive vs negative comments about the stock on twitter over the past 24 hours.

instructions

  1. npm install to install dependencies

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

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

links