Skip to content

Repository files navigation

node-github-webhook-sdk

GitHub Webhooks API Developer Kit for Node.js

Usage

npm install node-github-webhook-sdk
import { WebhookApp } from "node-github-webhook-sdk";

const app = new WebhookApp({ secret: "" });

app.watch("*", (data) => {
  console.log(data);
});

app.start(30123);

About

GitHub Webhooks API Developer Kit for Node.js

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages