Adapted from: https://github.com/atahmasb/world-bank-api-dashboard
This is a flask app that visualizes data from the world bank API. Data is pulled directly from the API and then visualized using Plotly.
This is a project in development for the Udacity Data Scientist Nanodegree.
This flask app can be used as a template for visualizing your own data. Use the template to enhance your professional portfolio.
To install the flask app, you need:
- python3
- python packages in the requirements.txt file
Install the packages with
pip install -r requirements.txt
export FLASK_APP=template.py
python -m flask run
Feel free to use the code. If you would like to do further analysis or use the code pulling other data from the WorldBank API, it is available under a Creative Commons CC0 1.0 Universal (CC0 1.0) license.