UNPKG

crypto-js-value

Version:

Simple crypto currency module to request crypto value with crypto Symbol

36 lines (25 loc) 794 B
# crypto-js-value <a href="https://www.npmjs.com/package/crypto-js-value"><img src="https://img.shields.io/npm/dt/crypto-js-value.svg?maxAge=3600" alt="NPM downloads" /></a> ## About Simple crypto currency module to request crypto value with crypto Symbol ## Installation ```sh-session npm install crypto-js-value ``` ## usage ```js crypto.price("Symbol", "Currency"); ``` Symbol = eth/btc/ada... Currency = USD/USDT/EUR... ### Example ```js const crypto = require('crypto-js-value'); async function example() { const result = await crypto.price("eth", "usdt"); console.log(result); } example(); ``` ## Support If you have any idea or feature suggestion do not hesitate to open issue on the github page or contact me on Discord: <b>Bycop#4757</b>