Translations: English 日本語 (Japanese)
This is an application for visualizing cron expressions.
You can enter any cron expression and visually check when it will execute on a weekly calendar.
- Input and visualization of cron expressions
- Switching between JST and UTC time formats
- Display of cron execution times on a weekly calendar
- Enter any cron expression into the cron expression input field. For example, * * * * * means execute every minute.
- Switch between JST and UTC time formats. The default is JST.
- Click the "Visualize" button to execute the visualization of the cron expression.
- The execution times of the cron expression will be displayed on the calendar. The spots marked with a red circle are the execution times.
- React
- TypeScript
- moment-timezone
- cron-parser
- Recharts