NodeJS client for sending checks via @KeepMeUpBot Telegram bot.
Usage:
import client from 'keepmeup-client'
await client('checkName', 'secretString')
await client('checkName', secretVariable, false) // to not throw if secret is not defined
NodeJS client for sending checks via @KeepMeUpBot Telegram bot.
Usage:
import client from 'keepmeup-client'
await client('checkName', 'secretString')
await client('checkName', secretVariable, false) // to not throw if secret is not defined