📅

Cron Parser

Parse a cron expression to human-readable text and show next 5 run times.

time API: POST /api/tools/cron-parser

Input

🔌 API Usage

POST /api/tools/cron-parser
Content-Type: application/json

// Example body:
{
  "expression": "* * * * *"
}