forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/nightscout/cgm-remote-mon…
…itor into vagrant * 'master' of https://github.com/nightscout/cgm-remote-monitor: (52 commits) travis.yml: removed unused gitter.im hook Removing audio.load() per bewest's request get sign in bg delta correct actually show bgdelta Removing unnecessary packages Removing unused library README: Build & Dependancies manually bust cache client.js change test successful test 2 alert test1 fix now-line placement HTML App Cache: removed .css and .js files. removed test alert alert test2 test alert1 tweak whitespace Added alarm silence for 120 minutes Ensure that audio loops once it starts re-work audio handling ... Conflicts: .gitignore
- Loading branch information
Showing
21 changed files
with
105 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "./static/bower_components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ node_modules/ | |
*.iml | ||
my.env | ||
|
||
*.env | ||
static/bower_components/ | ||
.*.sw? | ||
|
||
.vagrant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- 0.10 | ||
- 0.11 | ||
notifications: | ||
webhooks: | ||
urls: | ||
- https://webhooks.gitter.im/e/60110e7743c1616b18fc | ||
on_success: change # options: [always|never|change] default: always | ||
on_failure: always # options: [always|never|change] default: always | ||
on_start: always # default: false | ||
- 0.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
cgm-remote-monitor (a.k.a. NightScout) | ||
====================================== | ||
|
||
[![Build Status](https://travis-ci.org/brianhanifin/cgm-remote-monitor.png)](https://travis-ci.org/brianhanifin/cgm-remote-monitor) | ||
[![Gitter chat](https://badges.gitter.im/brianhanifin/cgm-remote-monitor.png)](https://gitter.im/brianhanifin/cgm-remote-monitor) | ||
[![Dependency Status](https://david-dm.org/brianhanifin/cgm-remote-monitor.png)](https://david-dm.org/brianhanifin/cgm-remote-monitor) | ||
[![Build Status](https://travis-ci.org/nightscout/cgm-remote-monitor.png)](https://travis-ci.org/nightscout/cgm-remote-monitor) | ||
[![Dependency Status](https://david-dm.org/nightscout/cgm-remote-monitor.png)](https://david-dm.org/nightscout/cgm-remote-monitor) | ||
|
||
This acts as a web-based CGM (Continuous Glucose Montinor) to allow | ||
multiple caregivers to remotely view a patients glucose data in | ||
|
@@ -59,13 +58,13 @@ Easy to emulate on the commandline: | |
```bash | ||
echo 'CUSTOMCONNSTR_mongo="mongodb://sally:[email protected]/db"' >> my.env | ||
echo 'CUSTOMCONNSTR_mongo_collection="sallyCGMCollection"' >> my.env | ||
source my.env | ||
export CUSTOMCONNSTR_mongo | ||
export CUSTOMCONNSTR_mongo_collection | ||
``` | ||
|
||
From now on you can run using | ||
```bash | ||
source my.env | ||
export CUSTOMCONNSTR_mongo | ||
export CUSTOMCONNSTR_mongo_collection | ||
node server.js | ||
``` | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CACHE MANIFEST # June 30, 2014 | ||
|
||
CACHE: | ||
audio/alarm.mp3 | ||
audio/alarm2.mp3 | ||
//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800 | ||
//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic | ||
|
||
NETWORK: | ||
* |