Validates cron expressions
TypeScript type-level CRON expression validator
cron-validate is a cron-expression validator written in TypeScript.
A comprehensive developer tools library — Base64, URL encoding, hashing, JWT, UUID, AES-256 encryption, random generation, color conversion, HTML entities, number base, text utilities, JSON, password generator, Morse code, Roman numerals, cron validator,
Node.js library for parsing crontab instructions
Another JSON Schema Validator
Validate identifier/keywords name
Cron jobs for your node
Validate cron expressions
Validate plugin/preset options
A Lightweight Task Scheduler for Node.js
Additional JSON-Schema keywords for Ajv JSON validator
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
Decorator-based property validation for classes.
TypeScript definitions for node-cron
String validation and sanitization
Convert cron expressions into human readable descriptions
Another JSON Schema Validator
Ajv class for JSON Schema draft-04
Express middleware for the validator module.
Object schema validation
A React cron editor with antd inspired by jqCron
Custom error messages in JSON Schemas for Ajv validator
A tool to simplify the manual process of using LetsEncrypt on Webfaction hosts. It can be added to cron where it will validate your domains automatically, place the generated certs in a common folder, and then email the WebFaction support team directions
hron (human-readable cron) is a scheduling expression language that is designed to be easy to read, write, and understand. It is a superset of cron, meaning any valid cron expression can be converted to and from hron.
Record status along with other relevant information of transactions or tasks. These tasks can be a cron job, large background jobs or a simple method. Any task can be plugged into a transaction block. Transaction uses Redis to store the current status along with other information. The events within the transaction block can be published via Pubsub client (ex. Pusher, PubNub or any valid pubsub client).These events can be subscribed in the client app for the live status of the transaction.