Skip to content

Latest commit

 

History

History
executable file
·
35 lines (23 loc) · 939 Bytes

File metadata and controls

executable file
·
35 lines (23 loc) · 939 Bytes

Adapted from: https://github.com/atahmasb/world-bank-api-dashboard

World Bank API Data 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.

Getting Started

This flask app can be used as a template for visualizing your own data. Use the template to enhance your professional portfolio.

Prerequisites

To install the flask app, you need:

  • python3
  • python packages in the requirements.txt file

Install the packages with

 pip install -r requirements.txt

Running

export FLASK_APP=template.py
python -m flask run

Licence

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.