-
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
1 changed file
with
10 additions
and
2 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,6 +1,14 @@ | ||
## dolarito | ||
|
||
Este es un "juego" que utiliza métodos nativos para acceder a internet y consultar una api pública. | ||
|
||
Dada la característica asincrónica de los request en node, y que los métodos nativos son generadores | ||
sincrónicos, es necesario utilizar dos métodos nativos: uno para realizar el request y guardar la | ||
información utilizando `then()`, y otro para ir a consultar periódicamente hasta que el resultado esté | ||
disponible. | ||
|
||
La api consultada muestra el precio de la cotización del dólar y no está relacionada de ninguna manera | ||
con el proyecto wollok. | ||
|
||
## dolarito | ||
|
||
TODO | ||
|