Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okomestudio/ghwh
GitHub webhook handler app.
https://github.com/okomestudio/ghwh
Last synced: 6 days ago
JSON representation
GitHub webhook handler app.
- Host: GitHub
- URL: https://github.com/okomestudio/ghwh
- Owner: okomestudio
- License: mit
- Created: 2019-02-14T00:34:46.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2022-01-06T22:30:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T19:05:32.910Z (about 1 month ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/okomestudio/ghwh.svg?style=svg)](https://circleci.com/gh/okomestudio/ghwh)
# ghwh
GitHub webhook handler app.
## Running Tests
```bash
pip install -e .[dev] && pytest --cov=src/ --cov-report=term-missing tests/
```