2.10.0 • Published 11 months ago

rtv-client v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

RTV client

Remote TV management Node.js client

Install

npm install rtv-client

Import

Node.js:

const RTVClient = require('rtv-client');

Browser:

As ES-module:

import RTVClient from 'rtv-client';

Usage

const config = {
  apiUrl: 'http://localhost:3000/api',
};

const client = new RTVClient(config);
console.log(await client.tv.list());
2.10.0

11 months ago

2.9.0

1 year ago

2.8.0

1 year ago

2.7.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.0.0

2 years ago