Fetches Canada eCoin ( CDN ) market rates from various crypto currency exchanges
npm install patrykwegrzyn/cdnmarkets
const cdnMarkets = require('cdnmarkets');
cdnMarkets( function ( err, res ) {
console.log( err, res );
});
Fetches Canada eCoin ( CDN ) market rates from various crypto currency exchanges
npm install patrykwegrzyn/cdnmarkets
const cdnMarkets = require('cdnmarkets');
cdnMarkets( function ( err, res ) {
console.log( err, res );
});