1.0.1 • Published 7 years ago

coinvert v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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);
1.0.1

7 years ago

1.0.0

7 years ago