Add note to README

This commit is contained in:
Hakan Ensari 2018-03-17 14:28:52 +00:00
parent fc98543702
commit c655b16cb8

View File

@ -38,6 +38,12 @@ Change the amount requested.
GET /latest?amount=100
```
Finally, use all the above together.
```http
GET /latest?from=EUR&to=GBP&amount=100
```
The primary use case is client side. For instance, with [money.js](https://openexchangerates.github.io/money.js/) in the browser
```js