Skip to content

efidoman/Lookout

 
 

Repository files navigation

Lookout

Join the chat at https://gitter.im/thebookins/xdrip-js

Please note this project is neither created nor backed by Dexcom, Inc. This software is not intended for use in therapy.

Installation

git clone https://github.com/thebookins/Lookout.git
cd Lookout
sudo npm install
sudo npm link

Testing

npm test

Example usage

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. app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 35.7%
  • CSS 1.3%