crycxid
v1.0.1
Published
```markdown # Crypto Price Converter
Downloads
4
Readme
# 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.