https://github.com/pimatic/pimatic-cron
Provides predicates for time designations, so actions can be triggered at a specific time.
https://github.com/pimatic/pimatic-cron
Last synced: about 1 year ago
JSON representation
Provides predicates for time designations, so actions can be triggered at a specific time.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-cron
- Owner: pimatic
- License: gpl-2.0
- Created: 2014-01-04T12:10:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T21:41:06.000Z (over 7 years ago)
- Last Synced: 2024-11-09T21:43:34.187Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: https://github.com/sweetpi/pimatic
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic cron plugin
===================
Provides a predicates for time designations, so actions can be triggert at a specific time.
Provided predicates
-------------------
For example:
* the predicate `"Sep 12-13"` is true on the 12th of september, 2013 from 0 to
23.59 o'clock
* the predicate `"friday 17:00"` is true every friday at 5pm.
Credits:
--------