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

https://github.com/simonprickett/boris-bikes

Quick Demo to List Information About London's Boris Bikes
https://github.com/simonprickett/boris-bikes

bike-share javascript jquery tfl-api transit transport-api

Last synced: about 1 month ago
JSON representation

Quick Demo to List Information About London's Boris Bikes

Awesome Lists containing this project

README

          

# boris-bikes

![boris](images/middlefinger.gif)

Quick demo of how to pull basic information about the stations and status of London's "Boris" bike sharing scheme.

This will pull all the bike stations from the API, and produce a list with the following for each station:

* Name
* Latitude
* Longitude
* Number of bikes available
* Number of bike docks that are free
* Total number of bike docks

Try it out yourself [here](https://simonprickett.github.io/boris-bikes/).