0.2.0 • Published 6 years ago

bitbaylib v0.2.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()
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
0.2.0

6 years ago

0.1.0

6 years ago