All checks were successful
Build and push image for doorman-homeassistant / diff (push) Successful in 10s
Build and push Doorman UI / API / diff (push) Successful in 10s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Has been skipped
18 lines
384 B
Markdown
18 lines
384 B
Markdown
# doorman-homeassistant
|
|
|
|
A mini DDB wrapper to get a door status directly from DDB. This is used to avoid spamming Doorman API, since function invocations are not free
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run src/index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.1.32. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|