import { webhook } from './mod.ts';
const secret = 'secret';
webhook(secret)
.on('star', (_) => console.log('stars:', _.repository.stargazers_count))
.listen(3000);
-
Notifications
You must be signed in to change notification settings - Fork 0
Handle GitHub Webhooks with Deno.serve or a custom HTTP server; with built-in cryptographic timing-safe validation provided. Minimalistic.
License
ArturSharapov/github_webhook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Handle GitHub Webhooks with Deno.serve or a custom HTTP server; with built-in cryptographic timing-safe validation provided. Minimalistic.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published