Skip to content

Tevien/api-dashboard-sbtemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template for a flask app - from Udacity original

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.8%
  • HTML 43.0%
  • Procfile 0.2%