From 99c1ef9df157186a8a756a83458dd7b193ede89b Mon Sep 17 00:00:00 2001 From: Mark Wilson Date: Thu, 7 Jan 2016 13:23:49 -0800 Subject: [PATCH] Add CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cef7db..9e4542e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # minimed-connect-to-nightscout +[![Circle CI](https://circleci.com/gh/mddub/minimed-connect-to-nightscout.svg?style=shield)](https://circleci.com/gh/mddub/minimed-connect-to-nightscout) + [MiniMed Connect] is a device which communicates with a Medtronic insulin pump over 916MHz radio to gather data about pump status. This data may include readings from an Enlite continuous glucose monitor (CGM). The Connect forwards pump data via Bluetooth LE to a [proprietary app][connect-app] running on an iPhone. The iPhone app uploads the data to Medtronic's servers, enabling authorized users to view it on the [Medtronic CareLink Connect][carelink] website. [Nightscout] is an open source, DIY project that allows real-time access to CGM data on any platform. The core of the Nightscout project is [cgm-remote-monitor], a web service which can receive and broadcast CGM data using a Mongo database. Various other software projects communicate with an instance of `cgm-remote-monitor`, either to transmit data from a CGM device, or to display that CGM data on a computer, smartphone/tablet, or smartwatch.