send link to app

Booper


4.6 ( 9376 ratings )
Narzędzia
Desenvolvedor: Joseph Reichert
Darmowy

Send push notifications to your phone via curl, or from your own app using PUT/POST requests!

Booper is a client for https://push.booper.dev, a free HTTP-based pub-sub service. You can subscribe to channels or apps, 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

Example:

$ curl -X POST "https://push.booper.dev/api/notify" -d channel=demo -d body=hello