https://github.com/tderflinger/factwings
Factwings is a REST service for the CIA World Factbook data.
https://github.com/tderflinger/factwings
Last synced: 4 months ago
JSON representation
Factwings is a REST service for the CIA World Factbook data.
- Host: GitHub
- URL: https://github.com/tderflinger/factwings
- Owner: tderflinger
- License: apache-2.0
- Created: 2016-11-12T20:20:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T08:17:38.000Z (over 9 years ago)
- Last Synced: 2025-09-09T20:11:22.954Z (9 months ago)
- Language: JavaScript
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factwings World Factbook
Factwings is a REST service for the CIA World Factbook data.
It is based on the JSON country data https://github.com/opendatajson/factbook.json .
You need to install a MongoDB database that is running on localhost:27017 .
Import the JSON data into your MongoDB with the Bash script factbookImport.sh.
You can start the Express REST webservice with:
node index.js
After that you can access individual countries via: http://localhost:3000/factbook/{id}
{id} is the internet domain name of the country.
So to access the data from Germany, enter: http://localhost:3000/factbook/de
## Known Issues
It does not work with France.
# Factwings Burger Restaurants
Factwings also has burger restaurants data of Munich and Bern.
In the folder restaurants-demo is a demo application in Angular to display the burger restaurants data.
Use restaurantsImport.sh to import the burger data in your Mongo database.
## Trademark
Factwings is a trademark of Thomas Derflinger.