send link to app

Booper app for iPhone and iPad


4.6 ( 9376 ratings )
Utilities
Developer: Joseph Reichert
Free
Current version: 1.0, last update: 3 months ago
First release : 06 May 2024
App size: 17.92 Mb

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