Methods
(async) bcvDolar() → {Promise}
asynchronous method, get the currency values from the BCV website, the web site update daily
Yields:
Promise object that contains the following propierties '_dolar','_euro','_yuan','_lira','_rublo', all are number type
- Type
- Promise
Example
example usage of bcvDolar
dtDolar().then(data=>{console.log(data)})
(async) dtDolar() → {Promise}
asynchronous method, get the currency values from the DolarToday website, the web site update daily
Yields:
Promise object that contains the following propierties '_USD','_EUR','_COL', all are number type
- Type
- Promise
Example
example usage of dtDolar
dtDolar().then(data=>{console.log(data)})