@hashlab/webhook-validator v0.1.5
WebHook Validator
A proof of concept for webhook validation
Installation
$ npm install --save @hashlab/webhook-validator
Usage
Check here a real example of using this module for webhook validation.
Getting Started
1º Clone webhook-validator repo
$ git clone git@github.com:hashlab/webhook-validator.git
2º Enter in webhook-validator directory
$ cd webhook-validator
3º Install dependencies
$ npm install
4º Run example
$ WEBHOOK_SECRET=1234 npm start
5º Run tests
$ npm test
Conventions of commit messages
Addding files on repo
git commit -m "Add filename"
Updating files on repo
git commit -m "Update filename, filename2, filename3"
Removing files on repo
git commit -m "Remove filename"
Renaming files on repo
git commit -m "Rename filename"
Fixing errors and issues on repo
git commit -m "Fixed #issuenumber Message about this fix"
Adding features on repo
git commit -m "Add feature: nameoffeature Message about this feature"
Updating features on repo
git commit -m "Update feature: nameoffeature Message about this update"
Removing features on repo
git commit -m "Remove feature: nameoffeature Message about this"
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hashlab/webhook-validator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it hashlab/webhook-validator
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Support
If you have any problem or suggestion please open an issue here.
License
Check here.