1.0.6 • Published 7 years ago
monero v1.0.6
node-monero is a simple tool for all things related to the cryptocurrency.
Install
npm install monero
Examples
// Current price
const monero = require('monero');
monero.price(function(p) {
console.log(p)
})