github-webhook-handler
Node.js web handler / middleware for processing GitHub Webhooks
File Explorer
Download Latest Version (.zip)- depsound.yml
- test-and-release.yml
- dependabot.yml
- github-webhook-handler.d.ts
- github-webhook-handler.d.ts.map
- .gitignore
- CHANGELOG.md
- events.json
- github-webhook-handler.js
- LICENSE.md
- package.json
- README.md
- test.js
- tsconfig.json
π Installation Guide
1. Get the code
git clone https://github.com/rvagg/github-webhook-handler
Downloads the entire project code from GitHub to your computer.
cd github-webhook-handler
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
