Text To Cron

Details

Description
text2cron is a free tool designed to assist developers in utilizing Vercel"s recently released cron jobs feature. The tool allows users to easily convert plain text expressions into cron job schedules. By entering a text expression, such as "*/15 0-31/2 11,12 * *", users can generate the corresponding cron job schedule. It is important to verify the outputs before using them in actual applications. Developed by @0xahzam and @ameywtf, text2cron aims to simplify the process of setting up cron jobs and can be valuable for various applications that require scheduling tasks at specific intervals.