https://github.com/buuntu/world_maps
Using Dash to make reactive world maps
https://github.com/buuntu/world_maps
Last synced: 4 months ago
JSON representation
Using Dash to make reactive world maps
- Host: GitHub
- URL: https://github.com/buuntu/world_maps
- Owner: Buuntu
- Created: 2019-02-23T18:22:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:38:09.000Z (over 3 years ago)
- Last Synced: 2024-12-30T22:44:26.043Z (over 1 year ago)
- Language: Python
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Maps
Using [Dash](https://plot.ly/products/dash/) to make reactive world maps
# Requirements
A [mapbox](https://www.mapbox.com/) access token and a [plotly](https://www.plot.ly) account
```
pip install -r requirements.txt
```
# Environment variables
Make a .env file in the project directory with the following environment variables
```
MAPBOX_ACCESS_TOKEN
PLOTLY_USERNAME
PLOTLY_API_KEY
```
# Run
```
python app.py
```