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
- Host: GitHub
- URL: https://github.com/simonprickett/boris-bikes
- Owner: simonprickett
- Created: 2017-07-19T01:21:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T22:06:17.000Z (over 8 years ago)
- Last Synced: 2025-04-03T21:34:11.452Z (about 1 year ago)
- Topics: bike-share, javascript, jquery, tfl-api, transit, transport-api
- Language: JavaScript
- Homepage: https://simonprickett.dev/
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boris-bikes

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/).