An open API service indexing awesome lists of open source software.

https://github.com/thewillg/tweetanalyzer

Twitter tweet aggregation and analyzer
https://github.com/thewillg/tweetanalyzer

angular nodejs socket-io tweetanalyzer twitter

Last synced: about 2 months ago
JSON representation

Twitter tweet aggregation and analyzer

Awesome Lists containing this project

README

          

# TweetAnalyzer

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

![Preview](docs/preview.png)

## 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)