Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 752 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 752 Bytes

disaster-notify

地震を観測したらDiscordにPOSTします.

config.json

最初に作成してください.

{
    "importantArea" : "{警告する都市(例: 東京)}",
    "importantPref" : "{警告する都道府県(例: 東京)}",
    "webhook": {
        "to": "DiscordのWebhook URL"
    }
}

実行

  1. git clone https://github.com/NNCT18J/disaster-notify.git
  2. cd disaster-notify
  3. npm i
  4. node app

通知例

  • importantAreaに設定されていた場合

warning

  • それ以外

caution

データ元

ありがとうございます.