ccrpy-xidx
v1.0.0
Published
A Node.js project to convert cryptocurrency prices.
Downloads
2
Readme
# 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.