Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biglovisa/pdc

A React.js app that queries and displays World Bank Data
https://github.com/biglovisa/pdc

Last synced: 2 months ago
JSON representation

A React.js app that queries and displays World Bank Data

Awesome Lists containing this project

README

        

Public Data Compiler
=====================

[Heroku](http://public-data-compiler.herokuapp.com/)

The Public Data Compiler queries the World Bank Api and displays historical data in a graph. The user can select one or mutliple countries to query and modify the data to query for by selecting options. The user can also view current global GDP levels on a map.

![](http://g.recordit.co/jBVbI0NYgJ.gif)

### technical overview

* World Bank Api
* c3.js
* Google charts
* React.js
* Express.js

### instructions

* clone the project
* run `npm install` to install the node modules
* start the server with `npm start` and visit `http://localhost:8080`