Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 739 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 739 Bytes

Purpose

This app connects to the D4H API (D4H is an app for managing organizations of first responders), and renders a contact/sign-in sheet. Functionality within the D4H product is limited in this area and unsuitable for some organizations, and this repo addresses that.

Installation

Clone this repository

git clone [email protected]:ryanisnan/d4h-contact-list

Set up virtual environment

virtualenv -p python3 venv && source venv/bin/activate
pip install -r requirements.txt

Set your D4H API key in your environment

echo export D4H_API_KEY=<your_api_key_here> > .env
source .env

Running the project

python3 run.py

Status

Development of this project is on-going. Feel free to submit pull requests.