README.md

MediWatch

Lifecycle:
experimental

The goal of MediWatch is to present advanced scientific-based analytics of health index using accessible indicators such as body temperature, blood pressure, blood parameters etc.

Installation

As docker container

  1. Install docker
  2. Run
docker run -p 8080:80  ghcr.io/i2z1/mediwatch:latest
  1. Browse http://127.0.0.1:8080/ at your browser

As R package

You can install the released version of MediWatch from Github with:

devtools::install_github("i2z1/MediWatch")
options('shiny.port'=8080,shiny.host='127.0.0.1');MediWatch::run_app()

And then browse http://127.0.0.1:8080/ at your browser



i2z1/MediWatch documentation built on Dec. 20, 2021, 5:56 p.m.