gitee-webhook-middleware
Coding allows you to register Webhooks for your repositories. Each time an event occurs on your repository, whether it be pushing code, filling issues or creating pull requests, the webhook address you register can be configured to be pinged with details.
This library is a fork of github-webhook-handler. It is a small handler (or "middleware" if you must) for Node.js web servers that handles all the logic of receiving and verifying webhook requests from Coding.
Install
npm install gitee-webhook-middleware
Example
var http = var createHandler = var handler = http handler handler handler
License
MIT