thinlinc

1.0.9 • Public • Published
  • 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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i thinlinc

Weekly Downloads

0

Version

1.0.9

License

ISC

Last publish

Collaborators

  • soichih