Skip to content
forked from crizmo/PingPal

Keep your projects alive with this simple pinger

License

Notifications You must be signed in to change notification settings

rusty3699/PingPal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPal

Keep your projects alive with this simple pinger.

Usage

If you want to add your own urls to the pinger :-

  1. Fork this repo.
  2. Edit the urls array in index.js to add your own urls.
  3. Push the changes to your forked repo.
  4. Go to https://github.com/crizmo/pingpal and click on the "New Pull Request" button.
  5. Open a pull request and wait for it to be merged.
  6. Once the pull request is merged, your urls will be added to the pinger.

Installation

  1. Make sure you have Node.js and npm installed on your system.
  2. Clone this repository or download the code.
  3. Open a terminal and navigate to the project directory.
  4. Run the following command to install the dependencies:
npm install

Configuration

  1. Open the index.js file in a text editor.
  2. Edit the urls Cluster array to add your own URLs.
const urlClusters = [
  {
    name: "Cluster 1",
    urls: [
      "https://discord-cards.kurizu.repl.co/api/compact/784141856426033233",
      "https://anyanime-api.kurizu.repl.co/",
    ],
  },
  {
    name: "Cluster 2",
    urls: [
      "https://xlsxmongoapi.kurizu.repl.co/",
      "https://pinscrape.onrender.com/",
    ],
  },
  // Add more URL clusters with names here
];
  1. Save the file.
  2. Open a pull request to add your URLs to the pinger.
  3. Once the pull request is merged, your URLs will be added to the pinger.

Deployment

  1. Start the server by running the following command:
npm start
  1. The server will start running on port 3000.
  2. Open your web browser and navigate to http:https://localhost:3000 to confirm that the server is running.
  3. Use the following endpoints:
  • /status: Returns the status of each URL.
  • /keepalive: Confirms that the keep-alive functionality is working.

Customization

  • You can modify the fetch interval in the setInterval call in the keepReplAlive function.
  • Customize the URLs in the urls array to suit your requirements.

License

This project is licensed under the MIT License.

About

Keep your projects alive with this simple pinger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%