From 1a3576313daf6e111a99b58fbaa01695e5f8f9da Mon Sep 17 00:00:00 2001 From: Harris Brakmic Date: Tue, 22 Mar 2016 18:58:10 +0100 Subject: [PATCH] Fedger.io This is a publicly available API comprising of several sub-APIs: company, fundings, geodata, news etc. The API itself is proprietary as the company behind charges for its usage but there's a certain amounts of "free calls" for every registered consumer. Registering the API key is very easy and for free. I have also written a PureScript library to access the API (the backend logic is written in JS, so it can be easily used without PureScript as well). Not sure if such APIs are welcome here, so feel free to reject this PR. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07618b40..c9679d5b 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A collective list of JSON APIs for use in web development. | OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | +| Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) | ### Transportation | API | Description | OAuth |Link |