A toolkit for public health, built on top of data shared by users of Private Kit
A server implementation can be easily built to host these tools. See how in the Server API documentation.
Tool to visualize and redact time/location data. Intended for use in Contact Tracing.
- Input: JSON exported/shared from Private Kit.
- Output: Redacted JSON of time/location data.
NOTE: The app requires a Google Maps Javascript API key to work fully
Tool to combind and publish redacted time/location data files. Intended for use by Healthcare Authorities.
- Input: Redacted JSON time/location files.
- Output:
safe-paths.json
-- a file ready for posting on a webserver to be consumed by Private Kit : Safe Paths
NOTE: The app requires a Google Maps Javascript API key to work fully
To be able to run the the Safe-Places Web tool in a container follow the following steps.
Build Container :
docker build -t safe-places:latest .
Run Container :
docker run --rm -it -p 8080:80 safe-places:latest
Open you browser and load the url http://localhost:8080