https://github.com/davidcornu/bixi
Scrape Bixi station data and return it as JSON
https://github.com/davidcornu/bixi
Last synced: about 1 year ago
JSON representation
Scrape Bixi station data and return it as JSON
- Host: GitHub
- URL: https://github.com/davidcornu/bixi
- Owner: davidcornu
- Created: 2012-08-01T22:05:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T21:48:14.000Z (over 3 years ago)
- Last Synced: 2025-04-10T21:11:08.800Z (about 1 year ago)
- Language: Ruby
- Size: 546 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Web App
http://bixi.herokuapp.com/map.html (Montreal)
# API Usage
http://bixi.herokuapp.com/montreal
http://bixi.herokuapp.com/ottawa
http://bixi.herokuapp.com/toronto
# Warning
Bixi does not provide an official API for querying station data. This application
relies on parsing javascript from `https://montreal.bixi.com/maps/statajax`,
which may change without notice.
# Caching
Data for each city is cached in memory for 5 minutes to avoid overwhelming the Bixi servers and getting banned.