1.0.6 • Published 9 months ago

monnero v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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)
})
1.0.6

9 months ago