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

https://github.com/samuelscheit/cccb-servicepoint-browser


https://github.com/samuelscheit/cccb-servicepoint-browser

Last synced: about 1 year ago
JSON representation

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
```