Demo data visualizations made with Dash by Plot.ly for Python Vigo group 'lightning talks' held on July 20th 2017.
Project is deployed live on Heroku.
https://great-balls-of-fire.herokuapp.com
How to run this project locally:
git clone git@github.com:ivannieto/great-balls-of-fire.git
cd great-balls-of-fire
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools wheel pip-tools
pip install -r requirements.txt
Export your Google Geocoding API Key - [Get a key]
export GOOGLE_API_KEY='AIzaSyAgMsa15p1oCEzUDs0MFQ2WgNsiI6OQWQsjh'
python src/app