Skip to content

node-ci/nci-base-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nci-base-webhook

Build Status

base class for nci webhook plugins

Installation

npm install nci-base-webhook

Usage

This module exports BaseWebhook class. Inherit and implement check(req, project) method.

Look at nci-github-webhook as example.

License

The MIT License