Skip to content

This project will take an amount in one currency and convert it to another.

Notifications You must be signed in to change notification settings

kap1793/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project will take an amount in one currency and convert it to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages