Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.55 KB

Safe Places

A toolkit for public health, built on top of data shared by users of Private Kit

Server

A server implementation can be easily built to host these tools. See how in the Server API documentation.

Tools

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

Running in a Docker container

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