Skip to content

ryanisnan/d4h-contact-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generate a contact-list from the D4H API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages