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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.192latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.192
0.0.180
0.0.160
0.0.141
0.0.131
0.0.120
0.0.110
0.0.100
0.0.90
0.0.81
0.0.70
0.0.60
0.0.51
0.0.40
0.0.1-00

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