2.0.1 • Published 5 months ago

@dlenroc/roku v2.0.1

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

@dlenroc/roku · NPM Version

An entry point that can be used to access all other packages

Installation

npm install @dlenroc/roku

Usage

import { SDK } from '@dlenroc/roku';
import { installChannel } from '@dlenroc/roku-developer-server';
import { readFileSync } from 'node:fs';

const sdk = new SDK({
  hostname: '<ip>',
  username: '<username>',
  password: '<password>',
});

const content = readFileSync('app.zip');
await installChannel(sdk.developerServer, { content });

The following components are available into sdk instance

2.0.1

5 months ago

2.0.0

5 months ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago