An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chicago Bike Map

![map](map.png)
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
```