GlucoseIQ

Glucose IQ Score

A single 0–100 wellness score derived from the peer-reviewed GRI.

1 function

Generated from the source TSDoc — every signature, parameter, and example is the real thing.

glucoseIQScore

glucoseIQScore(readings: GlucoseReading[], options?: GlucoseIQOptions): GlucoseIQScore

Computes the Glucose IQ score (100 − GRI) from glucose readings.

ParameterDescription
readingsGlucose readings with ISO 8601 timestamps
optionsUnit for validation

Returns — Score, underlying GRI, zone, and a qualitative rating

glucoseIQScore(readings).score // 82  → 'good'

On this page