View the running app here: link.
This is a node.js app. It makes use of the AlchemyAPI, StackOverflow API and Twitter API in order to help users analyze sentiment and identify keywords and groupings.
In order to make changes:
- Download directory
- Go to src/router.js and replace the Twitter credentials with your own.
- npm install
- node src/app.js
- go to http://localhost:5000