1.0.1 • Published 6 years ago
MCSrv 
An interface to the Minecraft Server Status API.

Install
npm install mcsrv
Usage
const mcsrv = require("mcsrv");
mcsrv("mc.hypixel.net");
//=> { online: true, ... }
API
mcsrv(address)
address
Type: string
The server address to lookup.