mirror of
https://github.com/SrIzan10/wacals.git
synced 2026-06-06 01:07:01 +00:00
docs: readme
This commit is contained in:
18
README.md
18
README.md
@@ -1,15 +1,23 @@
|
||||
# wacals
|
||||
|
||||
To install dependencies:
|
||||
simple whatsapp calendar notifier. it uses a rest api where you can feed it data through a post request, in case your organization blocks oauth but allows google script.
|
||||
|
||||
## install
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
## run
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
populate env:
|
||||
```
|
||||
REDIS_URL=""
|
||||
# you are better off generating this with "openssl rand -base64 32"
|
||||
AUTH_KEY="asdfasdasddfasdfasddf"
|
||||
CHAT_ID=""
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|
||||
```bash
|
||||
bun run src/index.ts
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user