projects

1 min read

October 9, 2023

Blood Glucose Tracker
A glucose monitor tracker built with Sveltekit, TailwindCSS, and DaisyUI.

Introduction

This app is a glucose monitor tracker built with Sveltekit, TailwindCSS, and DaisyUI. It uses the LibreView API to fetch data from your glucose monitor and display it on the frontend. This app is a work in progress and is not yet ready for production use.

Features


Getting Started

git clone https://github.com/engageintellect/engage-glucose.git

Create .env file

You will need some environment variables from LibreView to run this app.

cd engage-glucose && touch .env

File should look something like this:

USR_EMAIL=<your email>
USER_PASSWORD=<your password>

Run code

cd engage-glucose && pnpm i && pnpm run dev