https://github.com/ryo-manba/cron-visualizer
Visualizing cron schedules.
https://github.com/ryo-manba/cron-visualizer
cron cron-parser react recharts typescript visualization
Last synced: 3 months ago
JSON representation
Visualizing cron schedules.
- Host: GitHub
- URL: https://github.com/ryo-manba/cron-visualizer
- Owner: ryo-manba
- License: mit
- Created: 2023-05-25T08:21:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T23:46:51.000Z (12 months ago)
- Last Synced: 2025-04-11T00:29:41.844Z (6 months ago)
- Topics: cron, cron-parser, react, recharts, typescript, visualization
- Language: TypeScript
- Homepage: https://cron-visualizer.vercel.app
- Size: 751 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cron-visualizer
Translations: [English](/README.md) [日本語 (Japanese)](docs/README-ja.md)
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.## Features
- Input and visualization of cron expressions
- Switching between JST and UTC time formats
- Display of cron execution times on a weekly calendar## How to Use
- 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.## Technology Stack
- React
- TypeScript
- moment-timezone
- cron-parser
- Recharts## Screenshots
![]()