Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 883 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 883 Bytes

Read me

Down Notifier is a website/service monitoring bot for Discord. It monitors the statuses of websites by making a get request to a specified HTTP address and notifies a Discord Channel when service is down and when it comes back online.

How to run:

  1. Install dependencies using npm install;
  2. Insert your Discord bot token, URL/IP address of your server and MONGO connection URL in the .env file;
  3. Run the bot by using npm start;

Making changes:

Feel free to change anything you may want in the bot.

You can also run a development server that restarts the bot on any change by using npm run dev.

Feedback:

Feel free to report any feedback by using this repository's Issues tab.

Found a bug, vulnerability or want to contribute to the project in any way? Simply create a pull request on this repository with a shor summary of the change proposed.