Skip to content

Demo of creating a REST API server using NestJS that connects to a Samsung Smart TV

Notifications You must be signed in to change notification settings

ionutpetre/samsung-tv-api

Repository files navigation

Samsung TV API

Demo of creating a REST API server using NestJS that connects to a Samsung Smart TV based on Samsung Remote Control package, adding additional functionality for getting and opening applications installed on the TV.

Setup environment variables

SAMSUNG_TV_IP=192.168.1.2
SAMSUNG_TV_MAC=aa:bb:cc:dd:ee:ff

Install dependencies

npm install

Compile samsungtv

npm run compile-samsungtv

Start project

npm run start:dev

About

Demo of creating a REST API server using NestJS that connects to a Samsung Smart TV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published