1.0.2 • Published 4 years ago

repl-cron v1.0.2

Weekly downloads
75
License
MIT
Repository
github
Last release
4 years ago

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!