1.0.3 • Published 2 months ago

crypto-price-converter-xid v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

2 months ago

1.0.3

2 months ago

1.0.1

2 months ago