-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# aluraG4-challenge-conversor | ||
# Conversor de Unidades - Challenge ONE Back End | ||
|
||
![Conversor de Unidades](/presskit.png) | ||
|
||
Conversor de unidades desarrollado con Java para el Challenge ONE de la especialización Back End. Convierte entre dos monedas cualesquiera usando el servicio gratuito de [ExchangeRate-API](https://www.exchangerate-api.com/) y entre las escalas de temperatura Celsius, Fahrenheit, Kelvin y Rankine. | ||
|
||
## Uso | ||
|
||
Descarge la versión más reciente del ejecutable [JAR](https://github.com/arizart/challenge-one-conversor/releases) y ejecútelo con un doble click. Debe tener Java instalado en su equipo. En la ventana abierta elija si desea convertir entre divisas o temperatura, seleccione las unidades de origen y destino con los menús desplegables, ingrese un monto y haga click en el botón _Convertir_. | ||
|
||
Si lo desea también puede compilar desde el código fuente. Para eso descargue o clone el repositorio a su equipo. En la carpeta principal debe crear una nueva carpeta con nombre **lib** y colocar dentro una librería para JSON que puede obtener [aquí](https://mvnrepository.com/artifact/org.json/json/20230227). Abra una terminal de comandos en la ubicación del repositorio y ejecute el comando `javac -cp .:src:lib/* -d bin src/App.java` (para Windows reemplace los dos puntos ":" por punto y coma ";"). Una vez compilado puede ejecutar la aplicación con el comando `java -cp .:bin:lib/* App`. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.