diff --git a/www/data/images/program_img/SCN.png b/www/data/images/program_img/SCN.png new file mode 100644 index 0000000..1ad0ee2 Binary files /dev/null and b/www/data/images/program_img/SCN.png differ diff --git a/www/data/images/program_img/SCN_01.png b/www/data/images/program_img/SCN_01.png new file mode 100644 index 0000000..54a56bd Binary files /dev/null and b/www/data/images/program_img/SCN_01.png differ diff --git a/www/data/images/program_img/SCN_02.png b/www/data/images/program_img/SCN_02.png new file mode 100644 index 0000000..fbea06d Binary files /dev/null and b/www/data/images/program_img/SCN_02.png differ diff --git a/www/data/images/program_img/SCN_03.png b/www/data/images/program_img/SCN_03.png new file mode 100644 index 0000000..c1d34a0 Binary files /dev/null and b/www/data/images/program_img/SCN_03.png differ diff --git a/www/statics/programs/SCN_description.md b/www/statics/programs/SCN_description.md new file mode 100644 index 0000000..e397307 --- /dev/null +++ b/www/statics/programs/SCN_description.md @@ -0,0 +1,16 @@ +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. +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/](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 + - 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* \ No newline at end of file diff --git a/www/statics/programs/__all.php b/www/statics/programs/__all.php index 90d7f78..655da5b 100644 --- a/www/statics/programs/__all.php +++ b/www/statics/programs/__all.php @@ -636,4 +636,29 @@ return 'AlephNote_04.png', 'AlephNote_05.png', 'AlephNote_06.png' ], ], + + + [ + 'name' => 'SimpleCloudNotifier', + 'internal_name' => 'SCN', + 'internal_name_alt' => null, + 'category' => 'Tool', + 'stars' => 4, + 'ui_language' => 'English', + 'prog_language' => 'Java', + 'short_description' => 'SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST request.', + 'add_date' => '2018-11-19', + 'license' => null, + 'urls' => + [ + 'playstore' => 'https://play.google.com/store/apps/details?id=com.blackforestbytes.simplecloudnotifier', + 'homepage' => 'https://simplecloudnotifier.blackforestbytes.com/', + ], + 'extra_images' => + [ + 'SCN_01.png', + 'SCN_02.png', + 'SCN_03.png', + ], + ], ]; \ No newline at end of file