https://github.com/node-ci/nci-base-webhook
base class for nci webhook plugins
https://github.com/node-ci/nci-base-webhook
Last synced: 5 months ago
JSON representation
base class for nci webhook plugins
- Host: GitHub
- URL: https://github.com/node-ci/nci-base-webhook
- Owner: node-ci
- License: mit
- Created: 2016-06-12T12:54:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T13:00:32.000Z (over 8 years ago)
- Last Synced: 2025-02-24T18:29:46.438Z (11 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nci-base-webhook
[](https://travis-ci.org/node-ci/nci-base-webhook)
base class for [nci](https://github.com/node-ci/nci) webhook plugins
## Installation
```sh
npm install nci-base-webhook
```
## Usage
This module exports `BaseWebhook` class. Inherit and implement `check(req, project)` method.
Look at [nci-github-webhook](https://github.com/node-ci/nci-github-webhook) as example.
## License
[The MIT License](https://raw.githubusercontent.com/node-ci/nci-base-webhook/master/LICENSE)