Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.46 KB

Word on the Tweet

Word on the tweet is a twitter dashboard that allows you to see what the world is thinking about an issue. Tweets are pulled in from twitter and analyzed for positive or negative sentiments.

Live Demo: http://reedlabotz.github.com/wordonthetweet

Dependencies

To publish the code doesn't require anything special. Just copy files from gh-pages branch to your server. To use the rake commands, you will need the following.

npm install -g coffee-script coffee-toaster

Develope

To watch the coffee script and compile

rake watch

A simple python server running on http://localhost:8000

rake server

Clean up files

rake clean

Publish

To copy relevant files from current branch to gh-pages

rake publish && git push origin gh-pages

Links