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);
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i ventstatus

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • ncb000gt