Dolar Argentina
Values of Dolar in Argentinian Pesos, scraped from original websites banks.
Usage
const dolar = ;console;
Running Web Server
npm installnpm startAplicación dolar en Argentina corriendo en - http://localhost:8080
Bank Aliases.
banco | alias |
---|---|
Banco Galicia | "galicia" |
Banco Nación' | "bna" |
Banco Patagonia | "patagonia" |
Montemar' | "montemar" |
Santander Rio' | "santanderrio" |
Banco Provincia | "provincia" |
Test
Test unitaries are using mocha, you need installed mocha in your system. The test includen check of all sources of information from others webs. the test are in the folder ./tests/test.js
npm i mocha -gnpm test
License
MIT
TODO
- Agregar más bancos.
- Agregar información banco central.
- Controlar mejor los errores.