@vpn1/dutyclient
v2.0.2
Published
this is the client library to generate new jobs for nodejs clients
Downloads
5
Readme
DutyClient
this is the client library to generate new jobs for nodejs clients
var client = new dutyclient('drvpn')
client.add('test',{
a: 1,
n: 2
}).then(jobfile=>{}).catch(err=>{})