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.
Clone this repository
git clone [email protected]:ryanisnan/d4h-contact-list
virtualenv -p python3 venv && source venv/bin/activate
pip install -r requirements.txt
echo export D4H_API_KEY=<your_api_key_here> > .env
source .env
python3 run.py
Development of this project is on-going. Feel free to submit pull requests.