Real time tweet streaming
Chirpboard is a angularJS application that will livestream tweets you search for through AlchemyAPI(http://alchemyapi.com) sentiment analysis. The grid is color-coded by positive, negative, or neutral tweets.
I started this project at MHacks II (Fall 2013), but I've rebuilt it to make the UI better and to learn angularJS.
Project is scaffolded using yeoman's fullstack angular generator.
#Setup
Install the dependencies:
npm install
bower install
Set your environment variables:
ALCHEMY_API_TOKEN
TWITTER_CONSUMER_KEY
TWITTER_CONSUMER_SECRET
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_SECRET
To run
node server.js