0.0.19 • Published 4 years ago

statwolf v0.0.19

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

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

4 years ago

0.0.18

4 years ago

0.0.16

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.1-0

8 years ago