diff --git a/README.md b/README.md new file mode 100644 index 0000000..8eeba0b --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +SimpleCloudNotifier [![Get it in Google Play](data/README/badge_google.png)](https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier) +=================== + +> SimpleCloudNotifier is an app to display messages that you can send to your phone with simple POST requests. +> +> After you start the app it generates a UserID and a UserSecret. +> 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 +> - notify yourself when long-running scripts finish +> - send server error messages directly to your phone +> - integrate with other online services +> +> The possibilities are endless* +> +> \* Disclaimer: Developer does not actually guarantee endless possibilities + + +![](store/screenshot_1.png) ![](store/screenshot_2.png) ![](store/screenshot_3.png) \ No newline at end of file diff --git a/data/README/badge_amazon.png b/data/README/badge_amazon.png new file mode 100644 index 0000000..2d731ff Binary files /dev/null and b/data/README/badge_amazon.png differ diff --git a/data/README/badge_apple.png b/data/README/badge_apple.png new file mode 100644 index 0000000..e9eac9f Binary files /dev/null and b/data/README/badge_apple.png differ diff --git a/data/README/badge_apple_2.png b/data/README/badge_apple_2.png new file mode 100644 index 0000000..bde6989 Binary files /dev/null and b/data/README/badge_apple_2.png differ diff --git a/data/README/badge_google.png b/data/README/badge_google.png new file mode 100644 index 0000000..73dd393 Binary files /dev/null and b/data/README/badge_google.png differ diff --git a/data/README/badge_google_2.png b/data/README/badge_google_2.png new file mode 100644 index 0000000..5db5295 Binary files /dev/null and b/data/README/badge_google_2.png differ diff --git a/data/README/badge_microsoft.png b/data/README/badge_microsoft.png new file mode 100644 index 0000000..9b2f4e9 Binary files /dev/null and b/data/README/badge_microsoft.png differ diff --git a/store/description.txt b/store/description.txt index 6e29fa9..3430906 100644 --- a/store/description.txt +++ b/store/description.txt @@ -1,13 +1,13 @@ SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST request to the right URL. -After you start the app it generates a userID and a private key. +After you start the app it generates a UserID and a UserSecret. 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 - - notify youreself when long-running scripts finish + - notify yourself when long-running scripts finish - send server error messages directly to your phone - integrate with other online services