https://github.com/linuxsuren/vscode-webhook
https://github.com/linuxsuren/vscode-webhook
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxsuren/vscode-webhook
- Owner: LinuxSuRen
- License: other
- Created: 2024-06-18T02:07:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-19T01:02:30.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:14:46.660Z (over 1 year ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Watch the listen ports, then send the payload to the specific webhook server.
The webhook server should be a POST http server. Below is an example of the payload:
```json
{
"ports": [ 8080 ]
}
```
## Limitation
* `netstat` command is required