Link to Webapp https://emerging-markets-land-use.herokuapp.com
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. The web app was delpoyed on heroku.
To install the flask app, you need:
- python3
- python packages in the requirements.txt file
Install the packages with
pip install -r requirements.txt
On a MacOS/linux system, installation is easy. Open a terminal, and go into
the directory with the flask app files. Run python worldbank.py in the terminal.