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

https://github.com/minidigger/deno-webhook-filter

smol deno app that filters github webhook events.
https://github.com/minidigger/deno-webhook-filter

Last synced: about 1 year ago
JSON representation

smol deno app that filters github webhook events.

Awesome Lists containing this project

README

          

# deno-webhook-filter

smol deno app that filters github webhook events.

## running

`deno run --allow-net --allow-env index.ts`

## tests

there are tests in `test.http`, made using intellijs awesome http client.