https://github.com/holtwick/sweet-health
Simple CGM Monitor: A Glucose Tracking Solution for Diabetes Management and Personal Optimization
https://github.com/holtwick/sweet-health
abbott cgm dexcom freestyle-libre glucose glucose-monitoring
Last synced: about 1 year ago
JSON representation
Simple CGM Monitor: A Glucose Tracking Solution for Diabetes Management and Personal Optimization
- Host: GitHub
- URL: https://github.com/holtwick/sweet-health
- Owner: holtwick
- License: mit
- Created: 2024-08-06T12:56:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:32:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T03:56:00.918Z (over 1 year ago)
- Topics: abbott, cgm, dexcom, freestyle-libre, glucose, glucose-monitoring
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sweet Health
**Simple CGM Monitor: A Glucose Tracking Solution for Diabetes Management and Personal Optimization.**

### Supported Sensors
- [Dexcom G7](https://www.dexcom.com)
- [Abbott FreeStyle Libre](https://www.freestylelibre.com)
### Usage
```
npm install
npm start
```
Open http://localhost:8080 and go to "admin" in the lower right corner to set up your person. Data will be saved into `data/health.sqlite`.
### Motivation
- Maintaining control over personal data.
- Access to data over a period of more than 90 days.
- Use of an independent, open data format.
- Possibility to carry out your own analyses.
- Flexibility in the further use of the data.
---
> [!WARNING]
> This project is not actively maintained and no support is available. But hopefully it will be useful for other developers as a starting point.