Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshuawuyts/github-to-hypercore
Stream a github event feed into a hypercore
https://github.com/yoshuawuyts/github-to-hypercore
Last synced: about 1 month ago
JSON representation
Stream a github event feed into a hypercore
- Host: GitHub
- URL: https://github.com/yoshuawuyts/github-to-hypercore
- Owner: yoshuawuyts
- License: mit
- Created: 2016-11-20T16:25:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T00:32:28.000Z (almost 8 years ago)
- Last Synced: 2024-09-14T07:42:39.456Z (about 2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dat - github-to-hypercore - stream github event feeds into hypercore feeds, uses `normcore` (Outdated / Other Related Dat Project Modules)
- awesome-starred - yoshuawuyts/github-to-hypercore - Stream a github event feed into a hypercore (others)
README
# github-to-hypercore [![stability][0]][1]
[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]
[![downloads][8]][9] [![js-standard-style][10]][11]Stream a github event feed into a hypercore.
## Usage
```sh
$ SECRET= PORT= github-to-hypercore
# =>
```To apply to all of your projects, you need to create a new [github
integration](https://github.com/settings/installations) that can receive the
webhook events.## Installation
```sh
$ npm install github-to-hypercore
```## See Also
- https://developer.github.com/webhooks/#events
- https://github.com/settings/installations## License
[MIT](https://tldrlegal.com/license/mit-license)[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[2]: https://img.shields.io/npm/v/github-to-hypercore.svg?style=flat-square
[3]: https://npmjs.org/package/github-to-hypercore
[4]: https://img.shields.io/travis/yoshuawuyts/github-to-hypercore/master.svg?style=flat-square
[5]: https://travis-ci.org/yoshuawuyts/github-to-hypercore
[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/github-to-hypercore/master.svg?style=flat-square
[7]: https://codecov.io/github/yoshuawuyts/github-to-hypercore
[8]: http://img.shields.io/npm/dm/github-to-hypercore.svg?style=flat-square
[9]: https://npmjs.org/package/github-to-hypercore
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[11]: https://github.com/feross/standard