An app that contacts you to the authority in just 1 click!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
You are walking in a beautiful street in Rome and suddenly you got rob? What will you do? Search the internet to find the police number? No thank you. Here comes Emergency Alert Global Verion, a mobile application that automatically call the police number based on your location. And you can activate it by saying a specific word.
This is actually how I was inspired to build this app. When travelling Europe, I was scammed right in front of the Effiel tower, got lost in Munich street and got robbed in Rome. However, in every country, the police number is different. Therefore, I built this app, which takes your location to get the emergency contact and call them whenever you say some words.
To run the app, you must install Anroid Studio(https://developer.android.com/studio)
- Clone the repo
git clone [https://github.com/your_username_/Project-Name.git](https://github.com/DuyNguyenPhuong/Emergency-Alert-Global-Version.git)
- Install NPM packages
npm install
- In gradle build. Copy and Paste this code
buildFeatures{ viewBinding true }
You can run this project by clicking Make Project Button (Green Arrow) in the top right of the project or type this in the terminal
AndroidStudio ~/my_android_project
For more examples, please refer to the Documentation
- Finish the Product
- Add back to top links
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- Vietnamese
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!