Simple crypto currency module to request crypto value with crypto Symbol
npm install crypto-js-valuecrypto.price("Symbol", "Currency");Symbol = eth/btc/ada... Currency = USD/USDT/EUR...
const crypto = require('crypto-js-value');
async function example() {
const result = await crypto.price("eth", "usdt");
console.log(result);
}
example();If you have any idea or feature suggestion do not hesitate to open issue on the github page or contact me on Discord: Bycop#4757