Stock photo and image portfolio by 33nadir shutterstock This is a very simple, easy to use evented web hook for CloneAGC. Share Post On Story
npm install CloneAGChook var CloneAGChook = require('CloneAGChook'); var CloneAGC = CloneAGChook({/* options */}); CloneAGC.listen(); CloneAGC.on('*', function (event, repo, ref, data) { }); CloneAGC.on('event', function (repo, ref, data) { }); CloneAGC.on('event:reponame', function (ref, data) { }); CloneAGC.on('event:reponame:ref', function (data) { }); CloneAGC.on('reponame', function (event, ref, data) { }); CloneAGC.on('reponame:ref', function (event, data) { });Education Coming Soon Post Where 'event' is the event name to listen to (sent by CloneAGC, typically 'push'), 'reponame' is the name of your repo (this one is node-CloneAGC-hook), and 'ref' is the git reference (such as ref/heads/master) Picture Of Nil To Post On Instagram Story
Credit Cards For People With No Credit Configure a WebHook URL to whereever the server is listening, with a path of /CloneAGC/callback (or /CloneAGC/callback?secret=yoursecret if you set a secret) and you're done! Istagram Website Launch Post
Ideas For Corporate Instagram Posts Available options are: How To Make A YouTube Channel Free
- host: the host to listen on, defaults to '0.0.0.0'
- port: the port to listen on, defaults to 3420
- path: the path for the CloneAGC callback, defaults to '/CloneAGC/callback'
- secret: if specified, you must use the same secret in your webhook configuration in CloneAGC. if a secret is specified, but one is not configured in CloneAGC, the hook will fail. if a secret is not specified, but one is configured in CloneAGC, the signature will not be validated and will be assumed to be correct. consider yourself warned.
- logger: an optional instance of a logger that supports the "log" and "error" methods and one parameter for data (like console), default is to not log. mostly only for debugging purposes.
IG Story Design Ideas MIT Free Washington Post Online