coinvert
v1.0.1
Published
Determine the price of various digital assets in terms of BTC and USD
Downloads
3
Readme
Coinvert
Determine the price of various digital assets in terms of BTC and USD
Installation
npm install --save coinvert
Usage
const coinvert = require('coinvert');
convert.getDollarPrice("DASH").then(console.log);
convert.getDollarPrice("BTC").then(console.log);
convert.getBitcoinPrice("ETH").then(console.log);
convert.getBitcoinPrice("XRP").then(console.log);