Skip to content

Handle GitHub Webhooks with Deno.serve or a custom HTTP server; with built-in cryptographic timing-safe validation provided. Minimalistic.

License

Notifications You must be signed in to change notification settings

ArturSharapov/github_webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

import { webhook } from './mod.ts';

const secret = 'secret';

webhook(secret)
  .on('star', (_) => console.log('stars:', _.repository.stargazers_count))
  .listen(3000);

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

No packages published