2.10.0 • Published 2 years ago

rtv-client v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.9.0

2 years ago

2.8.0

3 years ago

2.7.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.0.0

3 years ago