This is personal class project for course Human-Computer Interaction (HCI) on FIT - Faculty of Information Technology, Mostar
It uses CurrencyLayer API to make currency conversions. Because it uses free version, calculations for currencies other than USD had to be done manually.
Go to CurrencyLayer, register and you will find your key on dashboard.
Set an environment variable API_ACCESS_KEY to your key.
Go to ServiceGenerator class and change following line:
private static final String API_ACCESS_KEY = "YOUR_KEY"Project released under the MIT license





