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

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

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
```