Skip to content

A template repository for starting a new promise-watch project.

License

Notifications You must be signed in to change notification settings

promise-watch/starter-template

Repository files navigation

Promise Watch Logo

Tests License

An Api/E2E monitor that runs promises on intervals and sends notifications on errors. Supports playwright for reliable E2E testing. Has prebuilt notifiers for SMTP, Slack, and Pushover, and can support any custom notifier.

Getting Started

Install your dependencies. I'm using pnpm, you can pick your own poison: pnpm, npm, yarn, whatever you want.

npm install -g pnpm # or just use whatever: npm, yarn
pnpm install

Starting the project

pnpm start

Add your own runs

Open the runs directory and add your own. I'm not too sure what the run limit is... One day someone will tell us.

About

A template repository for starting a new promise-watch project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published