Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.56 KB

README.md

File metadata and controls

48 lines (33 loc) · 2.56 KB

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