Detalhes do pacote

pentahoclient

animeshj9ISC1.0.3

node app to parse and show pentaho status

pentaho, node

readme (leia-me)

Example

PentahoClient = require 'pentahoclient'

options =
    host: 'localhost'
    port: 9080
    username: 'admin'
    password: 'password'

client = new PentahoClient(options)

client.getServerStatus (err, res) ->
    console.log res