/Emergency-Alert-Global-Version

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.

Primary LanguageKotlinMIT LicenseMIT

Emergency Alert Global Version

Contributors Forks Stargazers Issues LinkedIn


Emergency Alert Global Version

An app that contacts you to the authority in just 1 click!
Explore the docs ยป

Report Bug ยท Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

๐Ÿ”† About the project

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.

๐Ÿ“ฑ This is how it looks like on your phone

๐Ÿ”ง Built With

Kotlin
Java

(back to top)

๐Ÿ’ซ Getting Started

Prerequisites

To run the app, you must install Anroid Studio(https://developer.android.com/studio)

Installation

  1. Clone the repo
    git clone [https://github.com/your_username_/Project-Name.git](https://github.com/DuyNguyenPhuong/Emergency-Alert-Global-Version.git)
  2. Install NPM packages
    npm install
  3. In gradle build. Copy and Paste this code
    buildFeatures{
        viewBinding true
    }
    

(back to top)

๐ŸŽ“ Usage

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

(back to top)

๐Ÿš  Roadmap

  • 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).

(back to top)

๐Ÿ’ƒ Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

๐Ÿ”’ License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

๐Ÿ“• Acknowledgments

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!

(back to top)