PostCatcher lets you debug webhooks by capturing and logging the asynchronous requests made when events happen. Create a PostCatcher and register the URL with a webhook triggerer. All POST requests to the URL are logged for you to see when you browse to that URL.<p>It is my first node.js app. It is insparated by postbin.org, but I plan to add few additional features after the Node nockout contest.