Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingitwrong/webhooks
https://github.com/codingitwrong/webhooks
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingitwrong/webhooks
- Owner: CodingItWrong
- Created: 2023-04-22T13:34:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T21:37:07.000Z (10 days ago)
- Last Synced: 2025-01-20T22:48:25.505Z (10 days ago)
- Language: Ruby
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webhooks
A catch-all Rails app for a variety of webhooks.
## Getting Started
### Requirements
1. Ruby
### Setup
```sh
$ bundle install
```### Testing
```sh
$ bin/rspec
```### Running
```sh
$ rails server
```## License
MIT