feat(notification): add desktop notifications (#140)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Nachi G
2020-09-20 17:48:27 -07:00
committed by GitHub
parent 7191e03a80
commit 722eaf3cd6
6 changed files with 123 additions and 5 deletions
+1
View File
@@ -62,6 +62,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| **Environment variable** | **Description** | **Notes** |
|:---:|---|---|
| `DESKTOP_NOTIFICATIONS` | Display desktop notifications using [node-notifier](https://www.npmjs.com/package/node-notifier); optional | Default: `false` |
| `DISCORD_NOTIFY_GROUP` | Discord group you would like to notify; optional | E.g.: @here |
| `DISCORD_WEB_HOOK` | Discord Web Hook URL |
| `EMAIL_USERNAME` | Gmail address | E.g.: `jensen.robbed.us@gmail.com` |