Skip to content
/ repler Public
forked from crizmo/PingPal

Keep your Replit / any projects alive with this simple pinger

License

Notifications You must be signed in to change notification settings

Akai771/repler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repler

Keep your Repl.it / any other projects alive with this simple Repl 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/repler 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 array to specify the URLs you want to fetch data from.
  3. Save the file.

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 Replit / any projects alive with this simple pinger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%