https://github.com/samuelscheit/cccb-servicepoint-browser
https://github.com/samuelscheit/cccb-servicepoint-browser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelscheit/cccb-servicepoint-browser
- Owner: SamuelScheit
- Created: 2025-01-31T10:07:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:19:17.000Z (over 1 year ago)
- Last Synced: 2025-06-09T12:53:04.039Z (about 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCC Berlin Service Point Display
This is a typescript project to send a browser video stream to the Service Point display at CCC Berlin.
## Usage
To install dependencies:
```bash
bun install
```
Send clear command
```bash
bun clear.ts
```
Display a hello world text
```bash
bun text.ts
```
Display a hello world image
```bash
bun image.ts
```
Send a video stream of a puppeteer browser
```bash
bun browser.ts
```