Skip to content
/ cron Public

adds and removes jobs that emit Hook events on customizable time intervals

Notifications You must be signed in to change notification settings

kesla/cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hook.io-cron

emit arbitrary Hook.io events with arbitrary data on specified time intervals

Hook Events Names

addJob adds a new job to be executed on a set interval:

Hook config.json data

{
  "jobs" : [
    {
      "event": "hello",
      "data": {
        "prop": "val"
      }
    },
    {
      "event": "test",
      "data": {
        "prop2": "val2"
      }
    },
    {
      "event": "foo",
      "data": {
        "prop3": "val3"
      }
    }
  ]
}

About

adds and removes jobs that emit Hook events on customizable time intervals

Resources

Stars

Watchers

Forks

Packages

No packages published