1.0.5 • Published 6 years ago

dolarargentina v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Dolar Argentina

Values of Dolar in Argentinian Pesos, scraped from original websites banks.

Usage

const dolar = require("../lib/index");
console.log(await dol.getDolarHoy("galicia"));

Running Web Server

npm install
npm start
Aplicación dolar en Argentina corriendo en - http://localhost:8080

Bank Aliases.

bancoalias
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 -g
npm test

#License MIT

#TODO

  • Agregar más bancos.
  • Agregar información banco central.
  • Controlar mejor los errores.
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago