bitbaylib
v0.2.0
Published
"# BitBayLib"
Downloads
3
Readme
BitBuyCurrencies
This simple function return actual prices of crypto currencies.
How use:
const bitbay = require('./bitbay');
const urls = buildUrls.toPLN(); // toPLN(), toEUR(), toUSD()
getCurrencies(urls).then(res => {console.log(res);}); // Return list of currencies from bitbay
getSingleCurrency('BTC', 'PLN').then(res => {console.log(res);}); // Return single currency from bitbay