Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9d4/wadoh-be
Device Backend for https://github.com/9d4/wadoh
https://github.com/9d4/wadoh-be
golang whatsapp-web
Last synced: 3 months ago
JSON representation
Device Backend for https://github.com/9d4/wadoh
- Host: GitHub
- URL: https://github.com/9d4/wadoh-be
- Owner: 9d4
- Created: 2024-05-10T07:07:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:14:14.000Z (4 months ago)
- Last Synced: 2024-09-30T07:40:48.537Z (3 months ago)
- Topics: golang, whatsapp-web
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wadoh-be
Device backend for [wadoh](https://github.com/9d4/wadoh). It holds device data and provides
gRPC interface to communicate. Currently the device data stored in sqlite.## Running
It should work out of the box without any configuration, but can be set if needed.
Following are the supported environment variables.
```sh
DEVELOPMENT=true
DB_PATH=mystore.db #default to store.db
GRPC_PORT=50051
```Run with
```sh
$ go run .
```