repl-uptimer
v1.0.6
Published
- You can have a 24/7 Node.js app using only one line of code. - No need for uptimerobot.com. - It's free.
Downloads
10
Readme
Certainly! Here's an updated version of the README with the usage instructions that include requiring the "repl-uptimer" package:
# repl-uptimer
repl-uptimer is an npm package that allows you to monitor the uptime of your Replit projects. It ensures that your project runs uninterrupted, 24/7, 365 days a year. With repl-uptimer, you can have peace of mind knowing that your project is always up and running.
## Installation
To install repl-uptimer using npm:
```shell
npm install repl-uptimer
To install repl-uptimer using Yarn:
yarn add repl-uptimer
To install repl-uptimer using Barn:
barn add repl-uptimer
Usage
Ensure that you have the necessary environment variables set: REPL_SLUG
and REPL_OWNER
. These environment variables are automatically set in Replit projects.
Require the package in your Node.js script:
require('repl-uptimer');
Support and Feedback
For any issues or feedback regarding repl-uptimer, please reach out to us:
- Email: [email protected]
- Discord: repl-uptimer Discord Server
License
This package is licensed under the MIT License. See the LICENSE file for more information.