Schedule jobs by programatically requesting webhooks 🔗 🕒 😮
kron lets you schedule get requests to your server - which can be extremely useful for deployments on platforms such as repl.it, glitch, now, heroku - and any place where your applications may sleep, preventing you from using inbuilt timer functions.
kron is not meant to maintain uptime for your application, rather to schedule processes to occur within the precision of ~1s - opening up the possibility of cron jobs 🤖
example: POST https://kron.4ty2.fun/new
1 hour
after this request is sent, https://example.com/sendEmail
will recieve a POST
request from https://kron.4ty2.fun.
{
"url": "https://example.com/sendEmail",
"duration": "1 hour",
"method": "POST",
"payload":{
"username": "johnDoe",
"ID": "3wr12rfcewu"
}
}
Full documentation on https://kron.4ty2.fun/docs 💯
Is kron useful to you? Consider helping out on patreon 😄