version/0.1.4 #9
20
README.md
20
README.md
@@ -1,15 +1,27 @@
|
|||||||
# 77th Event Calender Notifcations
|
# 77th Event Calendar Notifcations
|
||||||
|
|
||||||
To install dependencies:
|
To install dependencies:
|
||||||
|
|
||||||
```bashe
|
```bash
|
||||||
bun install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run index.ts
|
bun run ./src/app.ts
|
||||||
|
bun run start
|
||||||
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
This project was created using `bun init` in bun v1.3.0. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|
## Docker
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose build
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
## Parameter
|
||||||
|
|
||||||
|
### --today
|
||||||
|
fetch all Events, track all Changes (new, changed and deleted Events) and additionally Send a Notification for todays mission
|
||||||
Reference in New Issue
Block a user