Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 284 Bytes

Gapminder JSON API

http://gapminder-api.herokuapp.com/

To run locally, clone this repo, go to the repo directory in the terminal on your local computer, and run these commands:

pip install -r requirements.txt
python app.py

Now works with both Python 2 and Python 3!