Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiroxto/epgs-report-none-reserved-rules
EPGStationの1件も予約がない予約ルールをSlackに通知するスクリプト
https://github.com/hiroxto/epgs-report-none-reserved-rules
Last synced: 27 days ago
JSON representation
EPGStationの1件も予約がない予約ルールをSlackに通知するスクリプト
- Host: GitHub
- URL: https://github.com/hiroxto/epgs-report-none-reserved-rules
- Owner: hiroxto
- Created: 2023-12-27T17:06:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T15:41:11.000Z (11 months ago)
- Last Synced: 2024-02-03T16:32:59.294Z (11 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epgs-report-none-reserved-rules
EPGStation の 1 件も予約がない予約ルールをSlackに通知するスクリプト。
有効なルールかつ,予約が 0 件のルールを抽出し,Slackに投稿する。## 設定
依存関係をインストール。
Bun を使用する。```bash
bun install
```.env.example ファイルを参考に .env ファイルを作成する。
## 実行方法
Bun を使って実行する。
```bash
bun run main.ts
```