github-to-hypercore [![stability][0]][1]

November 20, 2016 ยท View on GitHub

npm version build status test coverage downloads js-standard-style

Stream a github event feed into a hypercore.

Usage

$ SECRET=<cool-github-secret> PORT=<some-port> github-to-hypercore
# => <base64 key>

To apply to all of your projects, you need to create a new github integration that can receive the webhook events.

Installation

$ npm install github-to-hypercore

See Also

  • https://developer.github.com/webhooks/#events
  • https://github.com/settings/installations

License

MIT

Contents

  1. 1Usage
  2. 2Installation
  3. 3See Also
  4. 4License