sadmann7 / cronbase

Home Page:https://cronbase.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project explains and generates cron expressions. It is bootstrapped with create-next-app.

Cronbase

Tech Stack

Features

  • Explain cron expressions
  • Generate cron expressions

Installation

1. Clone the repository

git clone https://github.com/sadmann7/cronbase

2. Install dependencies

npm install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file. You can get the OpenAI API key from here.

4. Run the application

npm run dev

The application will be available at http://localhost:3000.

Deployment

Follow the deployment guides for Vercel, Netlify and Docker for more information.

About

https://cronbase.vercel.app


Languages

Language:TypeScript 96.3%Language:CSS 2.3%Language:JavaScript 1.3%