thisdavej / ngrok-notify

Create ngrok tunnel to expose localhost to the web and notify with ngrok URL
MIT License
2 stars 5 forks source link

Added webhook support #4

Closed polloss closed 4 years ago

polloss commented 4 years ago

Adds support for sending ngrok url to a webhook by specifying url and method in config.yml and passing -w or --webhook in the cli.

Send by email off by default, now passing the -e or --email param turns it on.

polloss commented 4 years ago

Will issue a new PR with an updated readme.md