An open API service indexing awesome lists of open source software.

https://github.com/linuxsuren/vscode-webhook


https://github.com/linuxsuren/vscode-webhook

Last synced: 5 months ago
JSON representation

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