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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i coinvert

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • stevenzeiler
  • anypayops