Skip to content

rinnechan/RandomConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple converter using API from http://api.currencylayer.com/live

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd CurrencyConverter
  2. Configure environment variables: Create a .env file in the root of the project.

    API_KEY=YourAPIKey
    API_URL=http://api.currencylayer.com/live
    

    Replace yourAPIKey with the real one you get from the URL

  3. Run with

    mvn install
    mvn exec:java
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages