cryptoland
v1.0.1
Published
**Node.js 12 or newer is required.**
Downloads
3
Readme
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)
})