From ef4f1023482ff9d64b6b66d448c7299924d9b0d4 Mon Sep 17 00:00:00 2001 From: Sugar Sense Date: Fri, 7 Aug 2026 14:54:19 +0400 Subject: [PATCH] Mention Sugar Sense among the apps that work with Nightscout --- docs/recipes/nightscout.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/recipes/nightscout.md b/docs/recipes/nightscout.md index bc5faaf..0976356 100644 --- a/docs/recipes/nightscout.md +++ b/docs/recipes/nightscout.md @@ -1,3 +1,6 @@ +image +image +image --- title: How to run your own Nightscout instance using Docker description: CGM data with an API, for diabetic quality-of-life improvements @@ -19,7 +22,7 @@ Nightscout is "*...an open source, DIY project that allows real time access to a ![Nightscout Screenshot](../images/nightscout.png){ loading=lazy } -[Nightscout](https://nightscout.github.io/) is _the_ standard for open-source CGM data collection, used by diabetics and those who love them, to store, share, and retrieve blood-glocuse data, in order to live healthier and happier lives. It's used as the data sharing/syncing backend for all the popular smartphone apps, including [xDrip+](https://github.com/NightscoutFoundation/xDrip) (*Android*) and [Spike App](https://spike-app.com/) (*iOS*). +[Nightscout](https://nightscout.github.io/) is _the_ standard for open-source CGM data collection, used by diabetics and those who love them, to store, share, and retrieve blood-glocuse data, in order to live healthier and happier lives. It's used as the data sharing/syncing backend for all the popular smartphone apps, including [xDrip+](https://github.com/NightscoutFoundation/xDrip) (*Android*) and [Spike App](https://spike-app.com/) (*iOS*), and CGM monitoring apps like [Sugar Sense](https://sugarsense.io/) (*iOS/Android*) can connect to your Nightscout site as a glucose data source. Most NightScout users will deploy to Heroko, using MongoDB Atlas, which is a [well-documented solution](https://nightscout.github.io/nightscout/new_user/). If you wanted to run NightScout on your own Docker stack though, then this recipe is for you!