This package has been deprecated

Author message:

Since version 2.0.0, there are no benefits in using this package, as it only initializes clients. Please consider switching to the direct usage of the package you are interested in instead.

@dlenroc/roku
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @dlenroc/roku

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

4.09 kB

Total Files

4

Last publish

Collaborators

  • dlenroc