
Create scheduled jobs with human readable time settings
Nuxt Scheduler is a server-side task scheduler for Nuxt, which allows you to schedule jobs within your Nuxt app. It is built on top of node-cron and provides an easy-to-use interface for scheduling tasks.
Nuxt Scheduler is a powerful task scheduling module for Nuxt apps. It offers an easy-to-use interface for scheduling tasks and supports human readable intervals. With its quick setup process, you can start using Nuxt Scheduler in your project with just a few steps. Special thanks are given to Atinux for making suggestions that have improved this module.

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.