nhunzaker / twittermap

Geographically plotted tweets, with sentiment analysis!

Home Page:twittermap.nodejitsu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Twittermap


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

About

Geographically plotted tweets, with sentiment analysis!

twittermap.nodejitsu.com


Languages

Language:JavaScript 100.0%