From 6ec603c4fb5e606181dd9acc70fd4f7daa381c18 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 3 Dec 2016 21:08:28 -0500 Subject: [PATCH] Update 'Exchange' section title to "Currency Exchange" A section title of "exchange" is a bit vague when searching for a currency API, so add "currency" to the section title to make life, and searching, easier. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4ed571e..a2476368 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ A collective list of JSON APIs for use in web development. | Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) | | Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) | +### Currency Exchange + +| API | Description | OAuth | Link | +|---|---|---|---| +| Currencylayer | Exchange rates and currency conversion | No, but `apiKey` query string | [Go!](https://currencylayer.com/documentation) | +| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | + ### Development | API | Description | OAuth | Link | @@ -140,13 +147,6 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | PM2.5.in | PM2.5 Data of China | No, but apiKey query string | [Go!](http://www.pm25.in/api_doc) | -### Exchange - -| API | Description | OAuth | Link | -|---|---|---|---| -| Currencylayer | Exchange rates and currency conversion | No, but `apiKey` query string | [Go!](https://currencylayer.com/documentation) | -| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | - ### Games & Comics | API | Description | OAuth | Link | @@ -383,3 +383,4 @@ A collective list of JSON APIs for use in web development. | OpenWeatherMap | Weather | No, but `apiKey` query string | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | +