Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdaigle/hookable
A simple app that accepts and stores webhook deliveries.
https://github.com/kdaigle/hookable
Last synced: 23 days ago
JSON representation
A simple app that accepts and stores webhook deliveries.
- Host: GitHub
- URL: https://github.com/kdaigle/hookable
- Owner: kdaigle
- License: mit
- Created: 2014-10-22T02:25:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T17:59:46.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:15:44.732Z (4 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 22
- Watchers: 3
- Forks: 9
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kdaigle/hookable - A simple app that accepts and stores webhook deliveries. (Ruby)
README
# Hookable
This is a simple Sinatra app to help troubleshoot GitHub webhooks. Similar to [requestb.in](http://requestb.in),
I wrote this app to help demonstrate, test, and develop GitHub webhooks.## How to launch
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Contributing
Please follow the [GitHub guide](https://guides.github.com/activities/contributing-to-open-source/)
for contributing to Open Source if you'd like to help out on this project. :sparkles: