recline-client
v1.0.5
Published
A client for the Recline media server which is intended for Recline to control, for example, your TVs automatically.
Downloads
3
Readme
Recline client
This is a client for the Recline media server which is designed to enable your media server to control TVs automatically. If you just want to use the web UI, you don't need this.
Installation
npm install -g recline-client
recline-client
Running recline-client the first time will tell you where your config file is located. At a minimum you'll need to edit this config file to point at your server, and that's it.
{
client: {
serverUrl: 'https://myrecline.example.com/'
}
}