#About
This is a data visualization project exploring the General Bikeshare Feed Specification, a standardized data feed for bike share system availability developed by the North American Bike Share Association. More details are available here.
This project uses the publicly-available list of bike share systems to programmatically gather real time bike share station information from individual system APIs.
The main application parses this data and displays stations on a map and in a table using Leaflet.js and Handlebars.
The project can be run locally using Browsersync. You'll need Node and npm installed.
git clone git@github.com:sco-tt/GBFS-Bikeshare-Map.git && cd GBFS-Bikeshare-Map
npm install
gulp js
gulp serve
- Leaflet.js
- MapBox
- Handlebars
- Papaparse
- Zurb Foundation
- Gulp