Skip to content

Brodan/travis-webhook-verification-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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