Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 342 Bytes

Simple Express Webhook Server

Simple express app to use for webhooks testing.

Combine with ngrok to open a tunnel to your localhost, and then set your BigCommerce webhook destination to the route that ngrok provides.

Example: https://abcd123.ngrok.io/webhooks

Before running the app, run npm install in the directory in your terminal.