An open API service indexing awesome lists of open source software.

https://github.com/ionutpetre/samsung-tv-api

Demo of creating a REST API server using NestJS that connects to a Samsung Smart TV
https://github.com/ionutpetre/samsung-tv-api

backend nestjs nodejs samsung-remote samsung-smart-tv samsung-tv

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

          

# Samsung TV API

Demo of creating a REST API server using NestJS that connects to a Samsung Smart TV based on [Samsung Remote Control](https://github.com/christian-bromann/samsungtv) 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
```console
npm install
```

### Compile samsungtv
```console
npm run compile-samsungtv
```

### Start project
```console
npm run start:dev
```