UNPKG

roku-ecp

Version:

A Node package designed to control Roku devices using TypeScript

22 lines (14 loc) 1.05 kB
# Roku ECP TypeScript NPM Package [![Version](https://img.shields.io/npm/v/roku-ecp)](https://www.npmjs.com/package/roku-ecp) [![Downloads](https://img.shields.io/npm/dt/roku-ecp)](https://www.npmjs.com/package/roku-ecp) [![Size](https://img.shields.io/bundlephobia/minzip/roku-ecp?label=size)](https://bundlephobia.com/result?p=roku-ecp) [![License](https://img.shields.io/github/license/zakwht/roku?color=089)](./LICENSE.md) [![Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) A Node package designed to control Roku Devices using TypeScript! Compatible with NodeJS and browsers. ### Getting started ``` $ npm install --save roku-ecp ``` See docs for [setup](https://github.com/zakwht/roku/blob/main/docs/setup.md) & [class API](https://github.com/zakwht/roku/blob/main/docs/api.md). ### Acknowledgments - **Developed as an wrapper for** the [Roku External Control Protocol](https://developer.roku.com/en-ca/docs/developer-program/debugging/external-control-api.md) API