Prosty wieloplatformowy skrypt powiadamiający o miejscu na dysku dla Node.js.
- Działa na Windows, Linux oraz macOS
- Odbiera informację od NotifyKeepClient poprzez WebSocket
Easy multi-platform notificator script about disk space for Node.js.
- Works on Windows, Linux and macOS
- Receive informaton from NotifyKeepClient via WebSocket
"port": "0000"
"sender": "youremail@gmail.com",
"SMTP":
{
"host": "smtp.example.com",
"port": 123,
"auth":
{
"user": "[USERNAME]",
"pass": "[PASSWORD]"
}
}
"ask_time":
{
"hour": 23,
"minute": 50
}
"send_time":
{
"hour": 0,
"minute": 0
}