statwolf

0.0.19 • Public • Published

node-statwolf

Statwolf npm module

API

var input = {
  "userid": "user",
  "token": "lgjhlshflsdklsdf",
  "host": "0.0.0.0",
  "port": 9999,
  "basedir": "/test/path",
  "changes": [
    "file1.js"
  ]
}

var commandInput = {
  "userid": "user",
  "token": "lgjhlshflsdklsdf",
  "host": "0.0.0.0",
  "port": 9999,
  "command": "return 10"
}

// API
statwolf.push(input);
statwolf.runCommand(commandInput);

// Events
pushDone(error);
runRemoteCommandDone(data, error);

Readme

Keywords

none

Package Sidebar

Install

npm i statwolf

Weekly Downloads

6

Version

0.0.19

License

MIT

Unpacked Size

30.1 kB

Total Files

10

Last publish

Collaborators

  • boemianrapsodi