1.0.5 • Published 4 years ago

recline-client v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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/'
	}
}