0.0.4 • Published 12 years ago

webhooks v0.0.4

Weekly downloads
20
License
BSD
Repository
github
Last release
12 years ago

node-webhooks

Easily Create Webhooks

  1. Create a script called webhook in the directory you wish to run it from.
  2. Run webhooks command in same directory as webhook script to get the webhook key.
  3. Boot webhooks with webhooks start
  4. POST to your webhooks server using your webhook key, e.g. curl -d '' http://localhost:10010/CrfYl8CssJ7Jo0dYryVJYMV44CC5AcLi0At%2FF0DXa5TTiSQs%3D

Security

Use this with much caution. I wouldn't use this on a production machine. For increased security, set an environment var WH_SECRET=mysecret when running webhook or webhook start to encrypt using a custom keyphrase.

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago