Application to provide current and historic exchange rate(s) for some of the popular world currencies. Uses currency exchange rate data by OpenExchangeRates.
To run the application, obtain an API key from OpenExchangeRates and start the application using it as shown below.
$ ./gradlew bootRun -Dopenexchangerates.api.key=<YOUR_API_KEY>