https://github.com/rishiloyola/now
Now - Browse foursquare checkins in realtime
https://github.com/rishiloyola/now
Last synced: about 1 month ago
JSON representation
Now - Browse foursquare checkins in realtime
- Host: GitHub
- URL: https://github.com/rishiloyola/now
- Owner: rishiloyola
- License: mit
- Created: 2015-09-16T12:05:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T11:29:48.000Z (about 9 years ago)
- Last Synced: 2025-04-30T03:44:20.256Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://appbaseio.github.io/Now
- Size: 10.5 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Now
An app for seeing live foursquare checkins around the globe.
## [Live Demo](http://appbaseio.github.io/Now/)
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
```## Backend
**Now** is built with [appbase.io](https://appbase.io) and has a [backend worker](https://github.com/rishiloyola/Now-worker) that continuously fetches streaming data from Twitter for new foursquare checkins.
## License
The code is licensed under [MIT](https://github.com/appbaseio/Now/blob/master/LICENSE), and encourages usage and distribution.