1.1.0 • Published 9 years ago

rates.do v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

Rates.DO

Get the updated rates for US Dollars and Euros from major banks in the Dominican Republic.

Thanks to Marcos Organizador de Negocios S.R.L's awesome API

How to use it

To install it just do npm install rates.do and require it.

var Rates = require('rates.do');

Get rates from all banks

new Rates().getAllRates(); //This returns a promise

Get US Dollar rate from Central Bank

new Rates().centralBankRate();  //This returns a promise

To Do

More functionality is coming. Check below the future features to be included, and if you have an idea and want to collaborate don't doubt to send a PR. :)

  • Get rates for a specific bank
1.1.0

9 years ago

1.0.0

9 years ago