UNPKG

nightscout

Version:

Nightscout acts as a web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patients glucose data in realtime.

16 lines (11 loc) 266 B
'use strict'; // this is just a fake plugin to enable hiding from settings drawer function init() { var boluscalc = { name: 'boluscalc' , label: 'Bolus Wizard' , pluginType: 'drawer' }; return boluscalc; } module.exports = init;