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

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


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

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# bun-webhook-filter

smol bun app that filters github webhook events.

## installing

normall running `bun install` should work, but it doesnt, so I run `yarn install` instead.

## running

`bun run index.ts`

(Adding `--hot` should support hot reload but doesn't 🤷)

## tests

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