Send push notifications to your phone from any Bash or PowerShell script, or from your own app using POST requests, e.g. via curl on Linux or Invoke-WebRequest.
Push Bunny is a client for https://push-bunny.com, a free HTTP-based service. You can subscribe to channel in this app, and then publish messages via a simple HTTP API.
Uses:
- Notify yourself when a long-running process is done
- Ping your phone when a backup has failed
- Alerts when someone logs into your server
Find more examples and usage instructions here: https://push-bunny.com
Push Bunny is a client for https://push-bunny.com, a free HTTP-based service. You can subscribe to channel in this app, and then publish messages via a simple HTTP API.
Uses:
- Notify yourself when a long-running process is done
- Ping your phone when a backup has failed
- Alerts when someone logs into your server
Find more examples and usage instructions here: https://push-bunny.com
Show More