qix-info

0.1.2 • Public • Published

qix-info

CircleCI

Library & CLI to get some information from QIX using enigma.js.


About

A super simple & minimalistic library & CLI to get some information out of the QIX engine.
Ideal for some prototyping work.

Installation

As a library

$ npm install qix-info --save-dev

As a command line tool

$ npm install qix-info -g

As a Docker container

$ docker pull stefanwalther/qix-info

Usage

As a library

const QixInfo = require('qix-info');
 
(async () => {
  let qixInfo = new QixInfo();
  let apps = await qixInfo.listApps();
  console.log(`Amount of apps: ${apps.length}`);
})();

CLI

List all apps:

$ qix-info --host localhost:9076 list-apps

Command: list-apps

Docker container

$ docker run --net="host" stefanwalther/qix-info list-apps

Roadmap

I might want to add more functionality over time (e.g. such as the healthcheck endpoint, listing extensions, etc.), but only as needed.

Feel free to extend this library and adding a pull request.

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.6.0, on January 21, 2018.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    13
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i qix-info

Weekly Downloads

4

Version

0.1.2

License

MIT

Last publish

Collaborators

  • stefanwalther