/boris-bikes

Quick Demo to List Information About London's Boris Bikes

Primary LanguageJavaScript

boris-bikes

boris

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.