Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 725 Bytes

cdnmarkets

Fetches Canada eCoin ( CDN ) market rates from various crypto currency exchanges

Install

npm install patrykwegrzyn/cdnmarkets

Usage

const cdnMarkets = require('cdnmarkets');

cdnMarkets( function ( err, res ) {
  console.log( err, res );
});

License

MIT