Get notified when your long-running tasks finish. Dead simple.
One curl command. No SDKs, no dependencies.
Stream progress updates and tail them like a log.
Bash, Python, Node, CI/CD pipelines - anything with HTTP.
# Notify when your script finishes
./long-running-task.sh && \
curl "https://ping-me.fiveironsoftware.com/p/YOUR_TOKEN?m=Done!"
# Or track progress
for i in {1..10}; do
curl -s "https://ping-me.fiveironsoftware.com/p/YOUR_TOKEN/progress?m=Step+$i"
do_work
done
14-day free trial. Then $0.99/month.