0.0.5 • Published 9 years ago

exchange-rates-bdf v0.0.5

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

exchange-rates-bdf

Tipo de Cambio del Banco de Finanzas (http://www.bdfnet.com/)

Install

npm i exchange-rates-bdf

Example

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

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

Response

{
  usd: {
    buy: 26.86,
    sale: 27.32
  },
  eur: {
    buy: 27.2266,
    sale: 30.8644
  }
}
0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago