Get near by recent tweets
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public
src
.gitignore
Gruntfile.js
README.md
cleanData.js
index.js
package.json

README.md

Demo

This is a small web app made using socket.io, mapbox.js and Twitter Search API. The app gets users' geolocation data and shows recent tweets within 100 miles of radius from him. The search API will first attempt to find tweets which have lat/long within the queried geocode, and in case of not having success, it will attempt to find tweets created by users whose profile location can be reverse geocoded into a lat/long within the queried geocode.

Currently, there's an unresolved bug in Twitter API which shows less data than expected.