https://github.com/dbabbs/chicago-bike-map
🚴♀️ Explore Chicago bike routes by neighborhood
https://github.com/dbabbs/chicago-bike-map
heremaps leaflet tangram
Last synced: 8 months ago
JSON representation
🚴♀️ Explore Chicago bike routes by neighborhood
- Host: GitHub
- URL: https://github.com/dbabbs/chicago-bike-map
- Owner: dbabbs
- Created: 2019-04-09T18:27:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T20:17:06.000Z (about 7 years ago)
- Last Synced: 2025-01-26T03:45:29.371Z (over 1 year ago)
- Topics: heremaps, leaflet, tangram
- Language: JavaScript
- Homepage: https://dbabbs.github.io/chicago-bike-map
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chicago Bike Map

This is an interactive map of the Chicago bike route dataset from the [Chicago Data Portal](https://data.cityofchicago.org/Transportation/Bike-Routes/3w5d-sru8).
This map was made with [XYZ Hub API](https://www.here.xyz/api/), [Leaflet](https://leafletjs.com/), and [Tangram](https://github.com/tangrams/tangram).
## Live Demo
You can view a live demo of the map at: [dbabbs.github.io/chicago-bike-map](https://dbabbs.github.io/chicago-bike-map)
## Running locally
```
git clone https://github.com/dbabbs/chicago-bike-map.git
cd chicago-bike-map
python -m SimpleHTTPServer 8888
```