0.0.2 • Published 9 years ago

webhook-demux v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

webhook-demux

build status Coverage Status

Routes a single webhook endpoint to multiple webhook endpoints depending on content of the JSON request body.

how

Webhooks are sent to this server, and you configure a config.json file (or whatever's in the --config argument) that looks like:

[{
    "url": "http://blue.com/"
}]