Skip to content

Brodan/travis-webhook-verification-nodejs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

travis-webhook-verification-nodejs

Travis CI allows for users to configure webhook notifications on a number of build results. These POST requests can/should be verified to ensure the integrity of your workflow.

See the Travis CI docs on Verifying Webhook requests for more information.

Node.js Webhook Verification Examples

This repository contains two examples of webhook verification using two popular Node.js frameworks, hapi and express:

The hapi example code can be found here.

The express example code can be found here.

Read more about these examples in my blog post, Verify Travis CI Webhook Notifications with Node.js

License

MIT

About

Verify webhook notifications from Travis CI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published