Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 746 Bytes

KeepMeUpBot NodeJS client

js-standard-style semantic-release

NPM

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