Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 446 Bytes

TweetAnalyzer

Real time tweet aggregator via hashtag search. Tweets per minute and sorted languages metrics.

Preview

Running app locally

  1. npm i to install dependencies
  2. Create .env file in root directory by copying .env-example file and populate Twitter app auth credentials
  3. Run backend API using node server/server.js
  4. Run web app using npm run start

Author

Will Garcia (contact@thewillg.com)