-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
1f646cb
commit cd34200
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
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,13 +1,15 @@ | ||
# Smiles | ||
Consultar la API de Smiles buscando los vuelos más baratos con millas | ||
|
||
### Para ejecutarlo | ||
### Como usarlo | ||
- Descargar del último release el programa compatible con tu sistema operativo y arquitectura | ||
- Ejecutar por línea de comando enviando parámetros - `Origen Destino FechaDeSalida FechaDeVuelta DíasCorridosAConsultar` | ||
- Ejecutar por línea de comando enviando parámetros: `Origen Destino FechaDeSalida FechaDeVuelta DíasCorridosAConsultar` | ||
- - Ejemplo: `smiles EZE PUJ 2022-09-10 2022-09-20 5` | ||
|
||
### Ejecutar directamente desde el código | ||
- Configuración de parámetros al comienzo de `main.go` | ||
- Setear flag `useCommandLineArguments` en false | ||
### Ejecutar directamente desde el código fuente | ||
- Instalar Go | ||
- Clonar el repositorio | ||
- Configurar parámetros al comienzo de `main.go` | ||
- Setear flag `useCommandLineArguments` en `false` | ||
- `go run main.go` | ||
|
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