A simple Javascript that displays exchange rates using the Rates Exchange API.
RatesExchangeApi is a free JSON API for current and historical foreign exchange rates. It relies on daily feeds published by the European Central Bank.
- You need an API key provided from the Rates Exchange API. It's free
- Clone this repo and edit the
getData.js
file - Replace the
[REPLACE_THIS_VALUE_WITH_YOUR_ACCESS_KEY]
ingetData.js
with your own API key from rates exchange api - Open the index.html with your browser. ECB latest rates should appear in your screen
- Need help? Open an issue.
- Have a feature request? Open an issue.
- Find a bug? Open an issue.
- Want to contribute? Fork the repo and submit a pull request.
Vassilis Voutsas, [email protected]
This project is released under the MIT license. See LICENSE for more information.