MaxHam / magic-cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magic-cron

A simple web application to generate cron expressions with natural language and getting explanations for cron expressions.

Prerequisites

Installing

npm install

Running

  1. Create .env file with the following content:
OPENAI_API_KEY=<your-openai-api-key>
ORGANIZATION_ID=<your-organization-id>
  1. Run the following command:
```bash
npm dev
  1. Start the application by opening http://localhost:5174/ in your browser.

Built With

About

License:MIT License


Languages

Language:JavaScript 78.1%Language:SCSS 15.7%Language:HTML 6.2%