Skip to content

bycop/crypto-js-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-js-value

NPM downloads

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

About

NPM | Simple crypto currency module to request crypto value with crypto Symbol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors