crypto-price-converter-xid

1.0.3 • Public • Published

Crypto Price Converter

A simple npm module to convert cryptocurrency prices between different currencies.

Installation

You can install the module via npm:

npm i crypto-price-converter-xid

USAGE

const convertCryptoCurrencyPrice = require('crypto-price-converter-xid');

convertCryptoCurrencyPrice('BTC', 'USD')
  .then(price => console.log(`1 BTC is currently worth $${price} USD`))
  .catch(err => console.error('Error:', err.message));

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i crypto-price-converter-xid

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    1.79 kB

    Total Files

    3

    Last publish

    Collaborators

    • faiqxid