coinvert

1.0.1 • Public • Published

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

/coinvert/

    Package Sidebar

    Install

    npm i coinvert

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • stevenzeiler
    • anypayops