bitgrail

0.0.1 • Public • Published

bitgrail

Cryptocurrency quotes sourced from BitGrail

Install

$ npm install bitgrail --save

Usage

 
var bitgrail = require("bitgrail");
 
(async () => {
    try {
        let data = await bitgrail.getTicker("BTC-XRB");
        console.log(data);
    }
    catch (ex) {
        console.log('caught error:' + ex.stack);
    }
})();
 

License

MIT license; see LICENSE.

Package Sidebar

Install

npm i bitgrail

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

2.84 kB

Total Files

4

Last publish

Collaborators

  • bitquant