1.0.0 • Published 3 years ago

minetron v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What Is Minetron

MineTron is a service that gets a Users Minehut Login info so you can control their servers remotly

How Do I Use It?

If you want to implement MineTron in your Node.js Codebase use

npm i minetron --save

then you can do stuff like this

const minetron = require("./index.js")


minetron(uuid, async (data) => {
	console.log(await data.getServer(0))
})

which gives you server data