| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is sample Ordering Stack webhook which process order, calculates points from order and adds points to users wallet.
It works with Azure Functions but can be simply adapted to any other serverless function provider or run as standalone service.
for using nodemon to restart local version when changing code use npm start watch and to start local instance: npm start:func
You also need to add local.settings.json file containing parameters (they need to be added to Azure func instance):
you can use sample request in file: rest\call-as-a-webhook.rest with REST plugin for vscode
| Back | FazBrowse Home | New Git URL |