Currency Converter is a simple Java program allowing the user to select a currency to convert into another currency utilizing ExchangeRate-API to pull up to date exchange rates.
Currency Converter utilizes ExchangeRate_API's free API service in order to pull an exchange rate between two currencies. It allows the user to select which currencies they would like to convert, sends a GET request using this infomation, and returns an exchange rate for use in a formula and returns a converted currency to the user.
- Java Developement Kit (JDK) 8
- SpringBoot 2.6.4
- A stable internet connection for API database
- To run this program simply open the program in the IDE of your choice and select run under the App Class.
- Next Select a currency to convert utilizing the menu prompts
- Select a desired currency
- Repeat until all desired information is aquired
Klaus Pamboukis
Inspiration, code snippets, etc.