mc-server-stats
v0.0.2
Published
Minecraft Server Status API
Downloads
1
Readme
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)
})