Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biglovisa/pdc
- Owner: biglovisa
- Created: 2015-09-20T18:32:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T20:39:47.000Z (about 9 years ago)
- Last Synced: 2024-06-12T18:09:05.554Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 886 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`