1.0.0 • Published 1 year ago

ccrpy-xidx v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
# Crypto Price Converter

A Node.js project to convert cryptocurrency prices.

## Installation

To install the `crypto-price-converter` module, run:

```bash
npm ccrpy-xidx
npm install crypto-price-converter-xid

Usage

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

// Example usage
(async () => {
  try {
    const btcToUsd = await cryptoPriceConverter.convert('btc', 'usd');
    console.log('1 BTC to USD:', btcToUsd);
  } catch (error) {
    console.error('Error:', error.message);
  }
})();

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago