https://github.com/mlms13/check-webhook-test
https://github.com/mlms13/check-webhook-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlms13/check-webhook-test
- Owner: mlms13
- License: mit
- Created: 2022-10-25T23:27:04.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-25T23:33:11.000Z (over 2 years ago)
- Last Synced: 2025-02-04T17:53:23.081Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Readme
1. `npm install`
2. `PORT=3344 node index.js`
3. `ngrok http 3344`
4. POST ngrok URL + `/webhook` to Check's `/webhook_configs`
5. Note the `key` returned by Check
6. kill the node server and re-run with `PORT=3344 WEBHOOK_TOKEN= node index.js`
7. Trigger a test ping from the Check side