1.0.9 • Published 8 years ago

thinlinc v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago