0.0.19 • Published 3 years ago

statwolf v0.0.19

Weekly downloads
5
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.18

3 years ago

0.0.16

6 years ago

0.0.14

6 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.1-0

7 years ago