/magic-cron

Primary LanguageJavaScriptMIT LicenseMIT

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