bitbaylib

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bitbaylib

Weekly Downloads

2

Version

0.2.0

License

ISC

Unpacked Size

4.46 kB

Total Files

5

Last publish

Collaborators

  • sekru