A word cloud which displays topics in different sizes and colors according to their popularity and sentiment. By clicking on a topic an info box pops up which shows the total mentions and how they break down into positive, neutral and negative.
Read on for instructions on how to build and run the project locally.
1.0.0
git clone [email protected]:francesko/wordcloud.git
cd wordcloud
npm install
bower install
grunt serve # run app in default browser
grunt # build production version in dist folder
google-chrome dist/index.html # open with a browser
grunt test
npm install -g docco # install docco
docco app/scripts/{,*/}*.coffee # generate docs folder
google-chrome docs/main.html # open with a browser