node-red-contrib--cron-pkjq
Version:
Scheduler for Node red with CRON syntax.
11 lines (7 loc) • 364 B
Markdown
# CRON for NodeRed
Scheduler for Node red with CRON syntax
## Syntax
This implementation uses [cron-parser](https://github.com/harrisiirak/cron-parser) for parse cron-expressions. Supported syntax should be looked there.
You may use [crontab.guru](https://crontab.guru) to check your cron-expression.
*About copyrights read legal_notice, please!*