An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nci-base-webhook
[![Build Status](https://travis-ci.org/node-ci/nci-base-webhook.svg?branch=master)](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)