Skip to content

Commit

Permalink
Update 'Exchange' section title to "Currency Exchange"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davemachado committed Dec 4, 2016
1 parent 105b29c commit 6ec603c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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/) |

0 comments on commit 6ec603c

Please sign in to comment.