Skip to content

edsfocci/gapminder-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!