2.0.1 • Published 5 months ago

@dlenroc/roku-odc v2.0.1

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

@dlenroc/roku-odc · NPM Version

Client for runtime utilities

Installation

npm install @dlenroc/roku-odc

Usage

⚠️ inject(app) must be used to inject backend into your application

import { ODCExecutor, getRegistry } from '@dlenroc/roku-odc';

const ctx = new ODCExecutor({ address: 'http://<ip>:8061' });
const registry = await getRegistry(ctx);
console.log(registry);

Launch parameters

All of the above commands require the application to be up and running, but some of them can also be run using ECP during startup

await ecp.launch('dev', { odc_clear_registry: true });
await ecp.launch('dev', { odc_registry: /* state */ })
await ecp.launch('dev', {
  odc_entry_point: 'channel' | 'screensaver' | 'screensaver-settings',
});
2.0.1

5 months ago

2.0.0

5 months ago

1.4.3

8 months ago

1.4.2

1 year ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago