minetron
v1.0.0
Published
A Wrapper For the Minetron Auth API and the Minehut API
Downloads
1
Readme
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