exchange-rates-bdf

0.0.5 • Public • Published

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
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    7
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i exchange-rates-bdf

Weekly Downloads

7

Version

0.0.5

License

Apache-2.0

Last publish

Collaborators

  • paulomcnally