├── LICENSE ├── README.md ├── figures ├── app.png └── principle.png ├── index.html └── src ├── main.css ├── main.js └── real-time-line-chart.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/README.md -------------------------------------------------------------------------------- /figures/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/figures/app.png -------------------------------------------------------------------------------- /figures/principle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/figures/principle.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/index.html -------------------------------------------------------------------------------- /src/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/src/main.css -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/src/main.js -------------------------------------------------------------------------------- /src/real-time-line-chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolalovic/ppg-vitals/HEAD/src/real-time-line-chart.js --------------------------------------------------------------------------------