1.0.2 • Published 5 years ago
repl-cron v1.0.2
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!