Skip to content

Socket-based live blood glucose monitor that fetches data from a Nightscout instance's v1 API, updates data in real-time using socket.io and updates a chart built with chartJS.

Notifications You must be signed in to change notification settings

ryandellolio/socket-glucose-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-socket

Run with npm start

.env

You must instantiate an environment variable NIGHTSCOUT_URL either using a .env file or applying directly to the environment. This must include the trailing slash. A sample .env file is provided below.

NIGHTSCOUT_URL=http://localhost:1337/

Screenshot

Screen Shot 2021-11-21 at 10 27 24 AM

About

Socket-based live blood glucose monitor that fetches data from a Nightscout instance's v1 API, updates data in real-time using socket.io and updates a chart built with chartJS.

Resources

Stars

Watchers

Forks