An application to get help from a hospital or health organization.
Panic Button needs access to its API. To connect to the API, please make changes to
public static final String URL
constant on each Java Activity to the IP or url
where the API is located.
The API is bundled with an administrator web. The web source can be found here : https://github.com/indakabarody/panicbutton-web
After get the web source, please install it to the desired location. You can also host it.
Then make sure the IP or url is correct, and make changes to public static final String URL
constant on each Java Activity.
To make a telegram notifications, make sure you already have a Telegram Bot and Channel. Then
on the web API please make changes to $url
property to your Telegram API and Telegram Channel ID.
The web API controller is placed on app\Controllers\Androidapi.php .