0.0.2 • Published 3 years ago
mc-server-stats v0.0.2
Installation
npm install mc-server-stats
Getting Started
Make sure you have installed the latest stable version of Node.js
Using CommonJS
const status = require('mc-server-stats')
status('www.hypixel.net', 25565, output => {
console.log(output)
})