📅
Cron Parser
Parse a cron expression to human-readable text and show next 5 run times.
time
API: POST /api/tools/cron-parser
Input
Result
🔌 API Usage
POST /api/tools/cron-parser
Content-Type: application/json
// Example body:
{
"expression": "* * * * *"
}
Content-Type: application/json
// Example body:
{
"expression": "* * * * *"
}