/LoggerBot

Logger Uptimer is a simple Node.js application that pings a specified URL at regular intervals to check its availability. It's designed to restart itself after reaching a certain number of pings.

Primary LanguageJavaScriptMIT LicenseMIT

Logger Uptimer 🚀

Logger Uptimer is a simple Node.js application that pings a specified URL at regular intervals to check its availability. It's designed to restart itself after reaching a certain number of pings.

Features

✅ Pings a specified URL periodically
✅ Logs successful and unsuccessful ping attempts
✅ Restarts itself after 200 ping attempts

Prerequisites

Before running the application, ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone this repository:

    git clone https://github.com/RISHAB-CREATOR/LoggerBot
    
  2. cd LoggerBot

  3. npm install

  4. npm start

Feel free to adjust the content or formatting as needed!