0.1.0 • Published 6 years ago

bitbayapicurrencies v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

BitBuyCurrencies

This simple function return actual prices of crypto currencies.

How use:

const bitbay = require('./bitbay');

const urls = buildUrls().toPLN(); // toPLN(), toEUR(), toUSD()
getParallel(urls).then(res => {console.log(res);});
0.1.0

6 years ago