An implementation of the Bike Share Toronto open data.
Dec. 6, 2016 - It looks like Bike Share Toronto is featuring their own version of this (link). It seems to be identical to this one, so this project is kind of useless at this point.
- Clone project:
$ git clone https://github.com/kshvmdn/toronto-bike-stations
- Install dependencies:
$ npm install && bower install
- Start the server. Find the map at
localhost:3000/map
.
$ npm start