Uptimer Is A Bot Which Allows You To Make Your Glitch / Repl Project 24/7 For Free And Just By Using A Single Command
How To Use ?Go to your main file in my case it is index.js
, and on the top of your file paste this code, and it will create an express app.
const express = require("express");
const app = express();
const port = 3000;
app.get("/", (req, res) => {
res.send("Hello World!");
});
app.listen(port, () => {
console.log(`Example app listening at Port: ${port}`);
});
-
Next Click
Run
button, if already running stop it andRun
the project, you’ll see a browser window appeared in the top right corner. -
Now copy the url in the browser window.
-
Now add that url in Uptimer bot, using this command
,add <the url you just copied>
.
If you have any questions regarding this project, or you are not able to use this bot, feel free to ask in our discord server Coding With Sakshyam