crontab-simple-parser

1.1.0 • Public • Published

cron-node

github code on https://github.com/thiago-braz/cron-node

deployed on npm as crontab-simple-parser

"dependencies": {
   "crontab-simple-parser": "1.0.3",
}

usage

const crontab = require("crontab-simple-parser");
const cronExpression = "";
const parser = crontab.create(cronExpression);
if (parser.shouldRun()) {
    // Run code
}

Readme

Keywords

none

Package Sidebar

Install

npm i crontab-simple-parser

Weekly Downloads

1

Version

1.1.0

License

none

Unpacked Size

9.32 kB

Total Files

5

Last publish

Collaborators

  • tsbraz