Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.35 KB

Currency Converter

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.

Description

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.

Getting Started

Dependencies

  • Java Developement Kit (JDK) 8
  • SpringBoot 2.6.4
  • A stable internet connection for API database

Executing program

  • 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

Author

Klaus Pamboukis

Acknowledgments

Inspiration, code snippets, etc.