An open API service indexing awesome lists of open source software.

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

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.