Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/thedillonb/twitter-cashtag-heatmap
- Owner: thedillonb
- Created: 2013-04-18T01:30:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T02:51:18.000Z (about 9 years ago)
- Last Synced: 2024-04-10T09:48:52.969Z (7 months ago)
- Language: JavaScript
- Size: 967 KB
- Stars: 61
- Watchers: 13
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)