Skip to content

asmith60/vizio-smartcast-api

Repository files navigation

Vizio Smartcast API

API to control a Vizio Smartcast

Build

Development

npm install
npm run build

Production

npm install --production
npm run build

Docker

npm install
npm run build
docker build -t asmith60/vizio-smartcast-api:latest .

Lint

npm run lint

Test

Locally

npm test

Docker

npm run docker:test

Run

Development

npm run dev

Production

npm start

Debug

Locally

npm run dev:debug

Debug in Docker

npm run docker:debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published