mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 23:32:35 +01:00
Add note to README
This commit is contained in:
parent
fc98543702
commit
c655b16cb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user