SimpleCloudNotifier/store/description.txt

16 lines
732 B
Plaintext
Raw Normal View History

2018-09-22 19:40:50 +02:00
SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST request to the right URL.
2018-11-18 17:19:15 +01:00
After you start the app it generates a UserID and a UserSecret.
2018-09-22 19:40:50 +02:00
Now you can send your message to https://simplecloudnotifier.blackforestbytes.com/send.php and a notification will be pushed to your phone.
(see https://simplecloudnotifier.blackforestbytes.com/ for an example with curl)
Use it to
- send yourself automated messages from cron jobs
2018-11-18 17:19:15 +01:00
- notify yourself when long-running scripts finish
2018-09-22 19:40:50 +02:00
- send server error messages directly to your phone
- integrate with other online services
The possibilities are endless*
<i>*Disclaimer: Developer does not actually guarantee endless possibilities</i>