1.0.1 • Published 1 year ago

crycxid v1.0.1

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

A simple Node.js package to convert cryptocurrency prices.

## Installation

You can install this package via npm:

```bash
npm install crycxid
npm install 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));

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

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

1.0.1

1 year ago

1.0.0

1 year ago