twittermap

Geographically plotted tweets, with sentiment analysis!

Stars
6

Twittermap

For this to work, you will need to harvest data. You can do this by uncommenting the "harvest" requiring line in app.js.

//require("./app/tools/harvester");   // <=# Needs to be uncommented
  1. Setup your twitter dev, yahoo dev, and couchdb settings in ./config (Follow sample fields):
  2. Do the following:
npm install -d
node app

Roadmap

  • Twitter authentication to display a geographic representation of a user's network
  • Better resizing of markers

Credit where it's due:

The sentiment analysis for this map would be impossible without the exception work found at: http://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html