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.
docker run -p 8080:80 ghcr.io/i2z1/mediwatch:latest
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.