Skip to content

simonprickett/boris-bikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.