1.0.1 • Published 4 years ago

minecraft-server-status v1.0.1

Weekly downloads
46
License
ISC
Repository
-
Last release
4 years ago

Minecraft Server Status

This package will give infomation about minecraft servers.

Getting Started

To get started install the package

npm install minecraft-server-status

Once you have done this you can move on.

Usage

Here is an example of how to use it

const status = require('minecraft-server-status');

status('play.slimevalley.xyz', 25565, response => {
    console.log(response)
})

This package was made with mcapi.us