UNPKG

github-webhook-forwarding

Version:

Forwards Github Webhooks to overcome the maximum number of webhooks allowed by Github (20)

7 lines (5 loc) 107 B
#!/usr/bin/env node 'use strict' var Service = require('../') var service = new Service() service.start()