0.1.5 • Published 7 years ago

@hashlab/webhook-validator v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

WebHook Validator

A proof of concept for webhook validation

Maintenance License CircleCI

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.

  1. Fork it hashlab/webhook-validator
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Support

If you have any problem or suggestion please open an issue here.

License

Check here.

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.0

7 years ago