1.0.1 • Published 4 years ago

@pittsy24/kodi-controller v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

Kodi Controller

GitHub Workflow Status Codacy Badge npm License: GPL v3 Inline docs

Kodi Controller is a callback driven package for controlling Kodi from javascript.

Installation

Use the package manager npm to install Kodi Controller.

npm install kodi-controller

Usage

const KodiController = require("kodi-controller");

kodi = new KodiController("192.168.0.24", 8080);

kodi.pause();

kodi.getVolume((err, volume) =>{
    console.log(`The Volume is currently ${volume}.`);
});

Contributing

Please make sure to update tests as appropriate.

License

GPL-3.0

1.0.1

4 years ago

1.0.0

4 years ago