Skip to content

sajjadmrx/cryptoLand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptoland

Get the current price of a cryptocurrency

Installation

Node.js 12 or newer is required.

 npm install cryptoland

Example usage

get Dogecoin information

const  cryptoLand  = require('cryptoland')

cryptoLand.getCrypto('dogecoin')
	.then(data  =>  {
		console.log(data)
	})
	.catch(err  =>  {
		console.log(err)
	})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published