ventstatus

0.0.1 • Public • Published

ventstatus

A module to give you data related to the status of a ventrilo server. This module uses ventrilo_status which is provided as part of a ventrilo server. If you'd like to use this module you'll need that and to provide a config file.

Usage

  var config = require("./config");
  var ventstatus = require("ventstatus")(config);
  
  ventstatus.getStatus(function(err, data) {
    if (err) throw err;
    console.log(data);
  });

Readme

Keywords

none

Package Sidebar

Install

npm i ventstatus

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • ncb000gt