An open API service indexing awesome lists of open source software.

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.

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

Screenshot: Cron Visualizer app interface showing a sample cron schedule visualization