0.0.5 • Published 9 years ago

exchange-rates-bac v0.0.5

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

node-bac-exchange-rates

Tipo de Cambio del Banco de América Central (https://www.bac.net/nicaragua/esp/banco/index.html)

Install

npm i exchange-rates-bac

Example

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

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

Response

{
  usd: {
    buy: 26.85,
    sale: 27.34
  },
  eur: {
    buy: 29.6713,
    sale: 31.5067
  }
}

Countries

ExchangeRate.CR | 'Costa Rica';
ExchangeRate.SV | 'El Salvador';
ExchangeRate.GT | 'Guatemala';
ExchangeRate.HN | 'Honduras';
ExchangeRate.NI | 'Nicaragua';
ExchangeRate.PA | 'Panamá';
0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago