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) 241 B
'use strict'; // this is just a fake plugin to hold extended settings function init() { var profile = { name: 'profile' , label: 'Profile' , pluginType: 'fake' }; return profile; } module.exports = init;