Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:32:11.000Z (4 months ago)
- Last Synced: 2024-10-11T03:19:25.661Z (3 months ago)
- Topics: abbott, cgm, dexcom, freestyle-libre, glucose, glucose-monitoring
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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.**
![](screenshot.png)
### 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.