fofx-cron
v1.0.0
Published
An input plugin for crontab-flavoured scheduled tasks for [fofx](https://github.com/functzia/fofx)
Downloads
1
Readme
fofx-cron
An input plugin for crontab-flavoured scheduled tasks for fofx
- type:
"cron"
- params (these go in your plugins.json): none.
- input params (these go in your nano.json input key):
- cron [string] the task's crontab syntax schedule.
Sample plugins.json
["fofx-cron"]
Sample nano.json
{
"input": {
"type": "cron",
"cron": "*/20 * * * * *"
}
}