grappler-hook-github

0.1.3 • Public • Published

grappler-hook-github

GitHub plugin for grappler

Usage

var app = grappler();
var github = require('grappler-hook-github');
 
app.plugin(github({
  token: 'GITHUB OAUTH TOKEN GOES HERE', // required
  secret: '...' // optional - checks the request is actually coming from GitHub
}));

Readme

Keywords

none

Package Sidebar

Install

npm i grappler-hook-github

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • camshaft