Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/
```