exchange-rates-banpro

0.0.5 • Public • Published

exchange-rates-banpro

Tipo de Cambio del Banco de la Producción (https://www.banpro.com.ni/)

Install

npm i exchange-rates-banpro

Example

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

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

Response

{
  usd: {
    buy: 26.92,
    sale: 27.34
  },
  eur: {
    buy: 1.0925,
    sale: 1.1625
  }
}

Package Sidebar

Install

npm i exchange-rates-banpro

Weekly Downloads

1

Version

0.0.5

License

Apache-2.0

Last publish

Collaborators

  • paulomcnally