Skip to content

An application that uses Twilio API to give users with feature phones access to emergency services

License

Notifications You must be signed in to change notification settings

Djembeleza/twilio_emergency_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twilio_emergency_app

An application that uses Twilio API to give users with feature phones access to emergency services

With this application, users should be able to request information about certain emergencies using SMS or Voice Call

Depending on the severity of the emergency, the application can have following up conversation using certain urgent keywords.

The application should have a landing page with basic information on what it's about, contributors and instructions on how can people use it.

Resources

Backend

Frontend

  • HTML5 for the structure of the landing page
  • CSS3 for styling
  • Bootstrap 5 for faster development, responsiveness
  • JavaScript for some functionalities
  • D3.js for displaying some of the visual data

Installation

  1. Clone the repository

    git clone https://github.com/Djembeleza/twilio_emergency_app

  2. Cd into the project

    cd twilio_emergency_app

  3. Create virtual environment

    python3 -m venv env

  4. Activate environment

    source env/bin/activate

  5. Install the required packages

    pip install -r requirements.txt

  6. Rename the example.env to add your environment varibles

    mv example.env .env

  7. To run the application

    python app.py

About

An application that uses Twilio API to give users with feature phones access to emergency services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages