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
- Host: GitHub
- URL: https://github.com/thewillg/tweetanalyzer
- Owner: TheWillG
- Created: 2018-12-25T18:02:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T18:15:46.000Z (over 7 years ago)
- Last Synced: 2025-06-26T22:40:05.398Z (12 months ago)
- Topics: angular, nodejs, socket-io, tweetanalyzer, twitter
- Language: TypeScript
- Size: 519 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TweetAnalyzer
Real time tweet aggregator via hashtag search. Tweets per minute and sorted languages metrics.

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