https://github.com/dbabbs/boston-liquor
🍻 Boston liquor licenses map
https://github.com/dbabbs/boston-liquor
heremaps leaflet react tangram
Last synced: 26 days ago
JSON representation
🍻 Boston liquor licenses map
- Host: GitHub
- URL: https://github.com/dbabbs/boston-liquor
- Owner: dbabbs
- Created: 2019-03-07T00:12:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T17:02:02.000Z (about 7 years ago)
- Last Synced: 2025-01-26T03:45:31.862Z (over 1 year ago)
- Topics: heremaps, leaflet, react, tangram
- Language: JavaScript
- Homepage: https://dbabbs.github.io/boston-liquor
- Size: 7.05 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boston Liquor Licenses

This is an interactive map of Boston liquor licenses from 2016. Data is available from the [Boston Data Portal](https://data.boston.gov/dataset/liquor-licenses).
This map was made with [React](https://react-leaflet.js.org), [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/boston-liquor](https://dbabbs.github.io/boston-liquor)
## Running locally
```
git clone https://github.com/dbabbs/boston-liquor.git
cd boston-liquor
npm install
npm start
```