{"id":30569596,"url":"https://github.com/rama7993/cron-evaluator","last_synced_at":"2026-05-18T15:09:30.551Z","repository":{"id":310098319,"uuid":"1038696625","full_name":"rama7993/cron-evaluator","owner":"rama7993","description":"Cron Expression \u0026 Recurrence Pattern Visualizer","archived":false,"fork":false,"pushed_at":"2025-08-15T17:09:22.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T00:38:01.673Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"https://cron-evaluator.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rama7993.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T17:02:19.000Z","updated_at":"2025-08-15T17:39:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0750976b-dda2-4ba8-b55b-7505bb5d47c9","html_url":"https://github.com/rama7993/cron-evaluator","commit_stats":null,"previous_names":["rama7993/cron-evaluator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rama7993/cron-evaluator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rama7993%2Fcron-evaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rama7993%2Fcron-evaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rama7993%2Fcron-evaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rama7993%2Fcron-evaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rama7993","download_url":"https://codeload.github.com/rama7993/cron-evaluator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rama7993%2Fcron-evaluator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular"],"created_at":"2025-08-28T20:02:21.936Z","updated_at":"2026-05-18T15:09:30.546Z","avatar_url":"https://github.com/rama7993.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cron Expression \u0026 Recurrence Pattern Visualizer\nAn Angular application for parsing **cron expressions** and building **human-readable recurrence schedules**.  \nThe tool has two main modules:\n\n1. **Cron Expression Visualizer** – Parses a 6-field cron expression and displays each component in real-time.\n2. **Recurrence Pattern Generator** – Lets users configure daily, weekly, or monthly schedules through a simple form.\n\n---\n\n## 🚀 Features\n\n### **Task 1: Cron Expression Visualizer**\n- Enter a complete cron expression:  \n- Real-time parsing into **seconds**, **minutes**, **hours**, **days**, **month**, and **day of week**.\n- Recognizes both numeric and text values (e.g., `JAN`, `MON`).\n- Highlights active fields and marks invalid inputs.\n- Handles extra spaces gracefully.\n- Resets to defaults (`*`) for incomplete or invalid expressions.\n\n### **Task 2: Recurrence Pattern Generator**\n- Select **Daily**, **Weekly**, or **Monthly** schedule types.\n- Choose times, days, or dates dynamically.\n- Generates natural language descriptions:\n- Daily → `Runs every day at 08:00 AM`\n- Weekly → `Runs every week on Monday and Wednesday at 09:30 AM`\n- Monthly → `Runs every month on the 15th at 10:00 AM`\n- Supports multiple weekly days and proper ordinal date formatting.\n\n---\n\n## 🛠 Tech Stack\n- **Frontend Framework:** Angular\n- **Language:** TypeScript\n- **UI:** HTML, CSS\n- **Extras:** Cron parsing, recurrence helpers, form-based UI\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/yourusername/cron_angular.git\ncd cron_angular\n\n# 2. Install dependencies\nnpm install\n\n# 3. Start the development server\nng serve\n\n# 4. Open the app in your browser\nhttp://localhost:4200/\n\n\n# CronAngular\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.7.\n\n## Development server\n\nTo start a local development server, run:\n\n```bash\nng serve\n```\n\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.\n\n## Code scaffolding\n\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\n\n```bash\nng generate component component-name\n```\n\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\n\n```bash\nng generate --help\n```\n\n## Building\n\nTo build the project run:\n\n```bash\nng build\n```\n\nThis will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.\n\n## Running unit tests\n\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\n\n```bash\nng test\n```\n\n## Running end-to-end tests\n\nFor end-to-end (e2e) testing, run:\n\n```bash\nng e2e\n```\n\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\n\n## Additional Resources\n\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frama7993%2Fcron-evaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frama7993%2Fcron-evaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frama7993%2Fcron-evaluator/lists"}