Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyoung/github_hook
https://github.com/reyoung/github_hook
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reyoung/github_hook
- Owner: reyoung
- License: other
- Created: 2016-11-05T13:41:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T14:11:28.000Z (about 8 years ago)
- Last Synced: 2023-03-11T22:07:19.854Z (almost 2 years ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Github_Hook
===========A very simple github hook helper which original from
http://godoc.org/github.com/phayes/hookserve/ . But I just think the
original repo event parsing was written inside the service, and cannot
be customized by user. So I just clean the code, and add a custom
EventHandler for it.