1.0.9 • Published 10 years ago

thinlinc v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago
  • isInstalled

Returns cb(null, true) if thinlinc is installed.

thinlinc.isInstalled(function(err, installed) {
    if(err) throw err;
    if(installed) console.log("installed");
    else console.log("not installed");
});
  • getConfig

Get configuration parameter for ThinLinc

thinlinc.getConfig("AUTHENTICATION_METHOD", function(err, value) {
    if(err) throw err;
    console.log(value);
});
1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago