Skip to content

Repository files navigation

MCSrv Travis CI Build Status

An interface to the Minecraft Server Status API.

NPM Badge

Install

npm install mcsrv

Usage

const mcsrv = require("mcsrv");

(() => {
    await mcsrv("mc.hypixel.net");
    //=> { online: true, ... }
})()

API

mcsrv(address)

address

Type: string

The server address to lookup.

About

An interface to the Minecraft Server Status API https://api.mcsrvstat.us/

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages