CronExpression.com | Cron Expression Generator

CronExpression.com is a tool that helps users generate cron expressions based on natural language inputs. It uses OpenAI's GTP3 text-davinci-003 language model to understand the user's input and convert it into a valid cron expression.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

  1. Clone the repository: git clone https://github.com/MarcACard/CronExpression
  2. Navigate to the project directory: cd
  3. Install the dependencies: yarn install or npm install
  4. Start the development server: yarn dev or npm run dev
  5. Open your browser and go to http://localhost:3000

Built With

This project was created with...

  • React - Frontend framework
  • Next.js - Web Framework
  • TailwindCSS - CSS framework
  • OpenAI - Used for natural language processing