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.
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.
safe-paths.json
-- a file ready for posting on a webserver to be consumed by Private Kit : Safe PathsNOTE: 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