0.0.3 • Published 8 years ago

mcpe-ping-fixed v0.0.3

Weekly downloads
72
License
MIT
Repository
-
Last release
8 years ago

NPM version Build Status Dependency Status

Pings an MCPE server for simple data.

This is a port of mc-ping for MCPE.

Install

$ npm install --save mcpe-ping

Usage

var mcpeping = require('mcpe-ping');

mcpeping('example.com', 19132, function(err, res) {
    if (err) {
        // Some kind of error
        console.error(err);
    } else {
        // Success!
        console.log(res);
    }
}, 3000);

License

MIT © Falkirks