Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedillonb/twitter-cashtag-heatmap

A demonstration of using Node.js with Twitter's streaming capability to create a live heatmap via Socket.io!
https://github.com/thedillonb/twitter-cashtag-heatmap

Last synced: 5 days ago
JSON representation

A demonstration of using Node.js with Twitter's streaming capability to create a live heatmap via Socket.io!

Awesome Lists containing this project

README

        

Twitter Cashtag Heatmap
=======================

A demonstration of using Node.js with Twitter's streaming capability to create a live heatmap via Socket.io!

Running Locally
=======================

Running this application locally requires that you input four twitter API keys. I cannot provide you with these
keys since only one streaming connection can be made for each. However, you can go to https://apps.twitter.com/,
create a new application, and use the API keys from that in this application. Don't worry, it's free ;)

Once you have the API keys you'll just need to insert them into the app.js file. The placeholders should be
easy to find as they're at the top of the file with a big IMPORTANT stamp on them.

Screenshot
=======================

![Screenshot](https://raw.github.com/thedillonb/twitter-cashtag-heatmap/master/screenshot.png)