Glucoscape is a small application that helps visualize Continuous Glucose Monitoring (CGM) data quickly and intuitively. It provides a heatmap representation of time spent below range, in range, and above range, allowing for easy identification of glucose patterns.
To provide access to your Nightscout data, you need to check three things:
Name
to whatever you like, e.g. glucoscape
.Roles
to readable
.cors
to the list of enabled plug-ins.This is the simplest way to use the app. It is pre-built and hosted directly by GitHub Pages.
https://vitawasalreadytaken.github.io/glucoscape/#session=%7B%22nightscoutUrl...
)Your Nightscout address and access token are never saved by the app. A simple way to keep them (and skip the Connect step next time) is to bookmark the page. Note that the address and access token will be a part of your bookmarked address.
npm install
npm run build
build/index.html
in your browserI have also built Koboscout, an 'ambient' app showing a chart of your latest CGM readings on an e-reader device or tablet.
I welcome contributions from the community. If you have suggestions, bug reports, or would like to contribute code, please open an issue or pull request here on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.