camera-event-broker/README.md
Erki Aas 8183adc15e
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2022-12-12 22:56:14 +02:00

20 lines
398 B
Markdown

# camtiler-event-broker
Microservice to alter Camtiler log rows by creating presigned screenshot URLs.
Based on the novel, but experimental Bun runtime: https://github.com/oven-sh/bun/
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v0.3.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.