https://github.com/yguy/catt-server
A simple HTTP endpoint wrapping the CATT ChromeCast server in a docker image for use with Node-Red
https://github.com/yguy/catt-server
Last synced: 7 months ago
JSON representation
A simple HTTP endpoint wrapping the CATT ChromeCast server in a docker image for use with Node-Red
- Host: GitHub
- URL: https://github.com/yguy/catt-server
- Owner: yGuy
- License: mit
- Created: 2023-04-16T09:26:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T13:54:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T22:14:55.714Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Docker Image to Connect Node-Red with ChromeCast devices
This image uses CATT to provide a simple HTTP API that Node-Red can connect to in order to control ChromeCast devices.
```bash
docker run -d --restart unless-stopped \
-e CHROME_CAST_SERVER=192.168.0.42 \
--name catt-server \
ghcr.io/yguy/catt-server:latest
```This is under MIT license Copyright (c) 2023 Sebastian Mueller (yWorks)