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

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.

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.