UNPKG
textmagic-rest-client
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Textmagic REST client
github.com/textmagic/textmagic-rest-nodejs
textmagic/textmagic-rest-nodejs
textmagic-rest-client
/
examples
/
run.js
6 lines
(4 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
var
TMClient
=
require
(
'../index.js'
)
var
path =
'./'
+ process.
argv
[
2
] +
'.js'
;
var
c =
new
TMClient
(process.
argv
[
3
], process.
argv
[
4
]);
require
(path)(c);