npm.io
0.1.3 • Published 12 years ago

grappler-hook-github

Licence
MIT
Version
0.1.3
Deps
2
Vulns
0
Weekly
0

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
}));