https://github.com/elsehow/twitter-hud
demonstrating node streams with the twitter api
https://github.com/elsehow/twitter-hud
Last synced: about 1 year ago
JSON representation
demonstrating node streams with the twitter api
- Host: GitHub
- URL: https://github.com/elsehow/twitter-hud
- Owner: elsehow
- Created: 2015-10-18T22:11:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T03:22:45.000Z (over 10 years ago)
- Last Synced: 2024-04-15T07:13:54.229Z (about 2 years ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bounded tweets
streaming tweets from a bounding box
provide a bounding box as a list of floats, e.g.
[-122.75,36.8,-121.75,37.8]
where the first pair is the southwest corner of the box.