1.2.0 • Published 5 years ago

kodi-controller v1.2.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
5 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.2.0

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago