Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakwht/roku
A Node package designed to control Roku devices using TypeScript
https://github.com/zakwht/roku
javascript npm package roku typescript
Last synced: about 2 months ago
JSON representation
A Node package designed to control Roku devices using TypeScript
- Host: GitHub
- URL: https://github.com/zakwht/roku
- Owner: zakwht
- License: mit
- Created: 2021-01-17T00:51:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T22:34:37.000Z (6 months ago)
- Last Synced: 2024-10-13T14:53:22.879Z (3 months ago)
- Topics: javascript, npm, package, roku, typescript
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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