Real time tweet aggregator via hashtag search. Tweets per minute and sorted languages metrics.
npm i
to install dependencies- Create
.env
file in root directory by copying.env-example
file and populate Twitter app auth credentials - Run backend API using
node server/server.js
- Run web app using
npm run start
Will Garcia (contact@thewillg.com)