Simple converter using API from http://api.currencylayer.com/live
-
Clone the repository:
git clone <repository-url> cd CurrencyConverter
-
Configure environment variables: Create a
.envfile in the root of the project.API_KEY=YourAPIKey API_URL=http://api.currencylayer.com/liveReplace yourAPIKey with the real one you get from the URL
-
Run with
mvn install mvn exec:java