Glucose Hub

Self-hosted health data aggregator (Dexcom, Libre, Oura) built on CodeIgniter 4.

Providers

Quick API test

curl -X POST https://junction.myseniorcarehub.com/api/v1/users \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -d "{\"msch_user_id\":\"patient-001\"}"

See README.md for full setup, Dexcom sandbox credentials, and cron sync.