https://github.com/jelloeater/busy-api
API Server for Busy / DND status micro app
https://github.com/jelloeater/busy-api
api-rest busylight golang
Last synced: 2 months ago
JSON representation
API Server for Busy / DND status micro app
- Host: GitHub
- URL: https://github.com/jelloeater/busy-api
- Owner: Jelloeater
- License: mit
- Created: 2025-04-04T05:43:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T05:47:13.000Z (2 months ago)
- Last Synced: 2025-04-04T06:28:38.619Z (2 months ago)
- Topics: api-rest, busylight, golang
- Language: Go
- Homepage: https://github.com/Jelloeater/busy-api
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: codeowners
Awesome Lists containing this project
README
# busy-api
[](https://github.com/Jelloeater/busy-api/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/jelloeater/busy-api)



****

## Install
### Binary (eget)
Use
```shell
curl https://zyedidia.github.io/eget.sh | sh
sudo mv eget /usr/local/bin
sudo eget jelloeater/busy-api --to /usr/local/bin --asset=tar.gz
```### Via Go
```shell
go install github.com/Jelloeater/busy-api@latest
```## Build
Run
```shell
go build -o ./build .
./build/busy-api
```or use