A way to receive heath insights from diabetes data
DiaMetrics takes the day-to-day data from a diabetic's life and puts it into a human-friendly format, making it visually pleasing as well as showing more information than raw data would. It gives helpful instructions based on blood-glucose level to help keep it in a healthy state.
run
npm install -g @angular/cli@latest
clone the repository
git clone https://github.com/kblicharski/archhacks2017
and then enter commands
cd website
npm install
ng serve
and then navigate to
localhost:4200
in your browser