0.0.5 • Published 9 years ago

exchange-rates-lafise v0.0.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 years ago

exchange-rates-lafise

Tipo de Cambio del Banco Lafise (https://www.lafise.com/blb/Home.aspx)

Install

npm i exchange-rates-lafise

Example

var ExchangeRate = require('exchange-rates-lafise');
var exchangeRate = new ExchangeRate();

exchangeRate.get(function(err, result) {
  console.log(result)
});

Response

{
  usd: {
    buy: 26.92,
    sale: 27.35
  },
  eur: {
    buy: 29.1445,
    sale: 31.3167
  }
}
0.0.5

9 years ago

0.0.3

9 years ago

0.0.1

9 years ago