2.0.0 • Published 2 years ago

crypto-js-value v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

crypto-js-value

About

Simple crypto currency module to request crypto value with crypto Symbol

Installation

npm install crypto-js-value

usage

crypto.price("Symbol", "Currency");

Symbol = eth/btc/ada... Currency = USD/USDT/EUR...

Example

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: Bycop#4757

2.0.0

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago