https://github.com/minidigger/bun-webhook-filter
https://github.com/minidigger/bun-webhook-filter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minidigger/bun-webhook-filter
- Owner: MiniDigger
- License: mit
- Created: 2022-11-19T09:44:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:44:24.000Z (over 2 years ago)
- Last Synced: 2025-05-25T13:06:53.452Z (11 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.