Skip to content

kmabika/checkly-alerts

Repository files navigation

Checly Alerts

Installation

  1. Make sure you have Node.js and npm installed on your machine. You can check if they are installed by running the following commands in your terminal:
node -v
npm -v
  1. Clone or download the repository to your local machine.

  2. Navigate to the project directory and run the following command to install the necessary dependencies:

npm install

Starting the App

  1. Create a new app and bot on the Slack API website and obtain a SLACK_SIGNING_SECRET and SLACK_BOT_TOKEN.

  2. In the project directory, create a file called .env and set the following environment variables:

SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
  1. To start the app, run the following command:
npm run local

About

Slack bot to forward checkly alerts to slack channels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published