An app for seeing live foursquare checkins around the globe.
A hosted live demo can be seen on the gh-pages branch link above.
Alternatively, you can clone the repo and run a static server with python
in the root folder.
$ git clone https://github.com/appbaseio/Now/ && cd Now
$ python -m SimpleHTTPServer 3000
Now is built with appbase.io and has a backend worker that continuously fetches streaming data from Twitter for new foursquare checkins.
The code is licensed under MIT, and encourages usage and distribution.