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
- Fetch live glucose and user data from LibreView Glucose Monitor
- Display glucose data current glucose valu
- Determine is glucose is in range
- Show alarm ranges for high and low glucose
- Show recent high and low events
- Refresh data every 30 seconds
- Contact button
- Notes
- Meals
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