Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightscout/cgm-pebble
nightscout pebble watchface
https://github.com/nightscout/cgm-pebble
Last synced: about 2 months ago
JSON representation
nightscout pebble watchface
- Host: GitHub
- URL: https://github.com/nightscout/cgm-pebble
- Owner: nightscout
- License: bsd-2-clause
- Created: 2014-05-22T01:36:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T16:34:50.000Z (over 8 years ago)
- Last Synced: 2024-04-17T09:53:33.564Z (9 months ago)
- Language: C
- Homepage:
- Size: 380 KB
- Stars: 27
- Watchers: 26
- Forks: 120
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cgm-pebble
==========Basic pebble watch face (or app if you change the appinfo.json)
It does not require a companion app, other than the Pebble made app. It uses a JS file to grab data from an existing web service.
Please review the src/js/pebble-js-app.js file
Wherever the CGM data is, this file will need to "get" it. I use a web service (API) to get a response object that contains the info I use, but I've taken out the actual address of my svc.
You can dummy up the response to play around with the watch face.
Please check out Pebble's guides to get rolling,
and as with everything I have committed here: This is presented for educational purposes only, BE smart! don't make medical decisions based on data provided by this app.