Please note this project is neither created nor backed by Dexcom, Inc. This software is not intended for use in therapy.
git clone https://github.com/thebookins/Lookout.git
cd Lookout
sudo npm install
sudo npm link
npm test
Just type Lookout
. The app will run on port 3000.
To see verbose output, use sudo DEBUG=* Lookout
, and replace the *
with a comma separated list of the modules you would like to debug. E.g. sudo DEBUG=smp,transmitter,bluetooth-manager Lookout
.
To run in simulated mode, use node index.js --sim
.
To view the app, open a browser and navigate to http://<local IP address>:3000
. E.g. http://localhost:3000 or http://192.168.1.3:3000. This will vary depending on your local network setup.