Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/gadzooks
hook relayer
https://github.com/dustin/gadzooks
Last synced: about 2 months ago
JSON representation
hook relayer
- Host: GitHub
- URL: https://github.com/dustin/gadzooks
- Owner: dustin
- Created: 2013-10-31T03:31:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T00:19:49.000Z (about 5 years ago)
- Last Synced: 2024-05-09T20:27:22.412Z (8 months ago)
- Language: Go
- Homepage: coastal-volt-254.appspot.com
- Size: 4.01 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Webhook hooker.
The goal of this project is to make it easier for people to hook
webhooks together without the transmitting party having to configure
up all the endpoints users may want.There's still a lot of work to do to make this *great*, but I'm
currently using it to trigger builds on go projects when upstream
software changes.# Github Hooks
Currently, any changes to public github projects (anyone's) are
automatically and immediately triggered.To use this, login to [the public instance][instance] and create a
project. This project represents *your* project. You can list the
dependencies as `deps` and have outbound URLs that will receive a copy
of any hook for a given dependency.You can use this, for example, to run a build of your project on
[drone.io](http://drone.io/) any time an upstream dependency changes
so you can know quickly when those changes break your project.For example, if you depend on
[go-humanize](https://github.com/dustin/go-humanize), you can add
`dustin/go-humanize` as a dep on your project.[instance]: http://coastal-volt-254.appspot.com/