Java Orientado a Objetos G8 - ONE
Challenge: CONVERSOR DE DIVISAS
Command-line client for interacting with the ExchangeRate-API service.
Cliente de línea de comandos para interactuar con el servicio de ExchangeRate-API.
usage:
exchangerate --help
exchangerate --list
exchangerate --from COD [--to COD [--amount N]]
-a,--amount <arg> quantia a ser convertida
-f,--from <arg> código da moeda base (ISO 4217)
-h,--help exibir as opções disponíveis
-l,--list listar todas as moedas suportadas
-t,--to <arg> código da moeda de destino (ISO 4217)
Sjlvanq, Ⓒ 2025
- Renombrar
config.example.xml
aconfig.xml
- Buscar dentro del archivo la entrada con clave
api.key
y reemplazar el textoYOUR-API-KEY
por la clave que has obtenido al crear una cuenta en https://exchangerate-api.com
./compile.sh
./run.sh --help