v7.0(unconfirmed)をリリース

This commit is contained in:
2025-08-01 18:57:15 +09:00
parent 50db83cc8c
commit dc67845bc8
17 changed files with 317 additions and 115 deletions
+27 -11
View File
@@ -1,21 +1,37 @@
# uwuzuお知らせBOT
# noticeUwuzu
# uwuzuお知らせBOTについて
# Overview
uwuzuで動作するお知らせBOTです。
Automatic notification bot for uwuzu
# 設定
examples/config.tsをプロジェクトルートへ移動し各設定を更新してください。
# Functions
# サーバー起動
- Time notification
- Earthquake information notification
- Earthquake Early Warning
- Earthquake occurs
- Tsunami forecast
- Weather notification
- Startup requirements check
- Check package existence
- Required package version check
- Check uwuzu API
- Check the configuration file
- Version change notification
- ASCII art at startup
- Confirm normal completion
```
# Config
An example configuration file is available in `examples/config.ts`.
# Start the server
```bash
npm install
npm run build
npm run start
```
Recommended Node.js version: v22.16.0
※Node.js・npmがインストールされている必要があります。
# ライセンス
Apache 2.0 License
# License
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)