Skip to content

Nertonm/Conversor-de-Moeda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Currency Converter

This project is a simple currency converter application written in Java. It uses the ExchangeRate-API to fetch the latest exchange rates and convert between different currencies.

Features

  • Convert USD to Argentine Peso, Brazilian Real, and Colombian Peso
  • Convert Argentine Peso, Brazilian Real, and Colombian Peso to USD
  • Command-line interface for user interaction

Requirements

  • Java 11 or higher
  • ExchangeRate-API key

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/Currency-Converter.git
    cd Currency-Converter
  2. Set the EXCHANGE_API_KEY environment variable with your ExchangeRate-API key:

    export EXCHANGE_API_KEY=your_api_key_here
  3. Build the project:

    ./gradlew build

Usage

Run the application:

./gradlew run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages