Skip to content

Demo data visualization made with Dash by Plot.ly for Python Vigo group 'lightning talks' held on July 20th 2017.

License

Notifications You must be signed in to change notification settings

ivannieto/great-balls-of-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Balls Of Fire

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 [email protected]:ivannieto/great-balls-of-fire.git
cd great-balls-of-fire
python3 -m venv .venv
source .venv/bin/activate

Update main tools

pip install --upgrade pip setuptools wheel pip-tools

Instal requirements

pip install -r requirements.txt

Export your Google Geocoding API Key - [Get a key]

export GOOGLE_API_KEY='AIzaSyAgMsa15p1oCEzUDs0MFQ2WgNsiI6OQWQsjh'

Run the project

python src/app

Open http://localhost:9000/

About

Demo data visualization made with Dash by Plot.ly for Python Vigo group 'lightning talks' held on July 20th 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published