Skip to content

tavomoya/rates.do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages