Skip to content

YodaLightsabr/repl-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repl-cron

Keep your Repls on Repl.it alive without the need for UptimeRobot

How to use

index.js:

const replcron = require('repl-cron');

repl-cron.json:

{
  "repls": [
    {
      "url": "https://yodacode.repl.co",
      "interval": 60000,
      "delay": 0,
      "shortname": "YodaCode Portfolio",
      "status": 200
    }
  ]
}

It's that easy!

About

Keep your repls alive without UptimeRobot

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages