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
- Host: GitHub
- URL: https://github.com/ionutpetre/samsung-tv-api
- Owner: ionutpetre
- Created: 2020-04-19T12:19:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:12:04.000Z (over 3 years ago)
- Last Synced: 2026-06-22T01:33:30.066Z (1 day ago)
- Topics: backend, nestjs, nodejs, samsung-remote, samsung-smart-tv, samsung-tv
- Language: TypeScript
- Size: 1.54 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```