Keeping your Glitch site up all night long. Please use responsibly.
On Glitch simply add glitchup through "Add package" to package.json
in the editor.
or if you are command lining.
npm i -S glitchup
glitchup in it's current form only needs for you to require
and call it from within your project. By default it will use the current Glitch project name and use node-fetch to GET /
every four minutes.
const glitchup = require('glitchup');
glitchup();
You can add a path to the url that glitchup will GET by passing it into the function.
const glitchup = require('glitchup');
glitchup('/cron/');
Glitch is currently a free service offered by Fog Creek Software. glitchup
is not supported by, nor is it associated with, Fog Creek Software. Not every container running on Glitch needs to stay awake at all times. Please use this responsibly - those Fog Creek-er's are alright!