A GNOME Shell extension that displays key daily health metrics from your WHOOP device directly on the top panel. It needs developer whoop account. Details here: https://github.com/juanmagdev/gnome-whoop-extension?tab=readme-ov-file#-setup--authentication
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove unnecessary files: - `whoopauth.sh` - `.gitignore` - `img/image-2.png` - `img/image-3.png` - `img/image-4.png` - `img/image.png` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Remove the version for the import (line 3 `whoopAPI.js`) 3. Please don't use deprecated modules (line 5 `whoopAPI.js`): [EGO Review Guidelines: deprecated modules](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-use-deprecated-modules) 4. Add to the description that this extension is using `whoop.com` services. 5. You should call `abort()` on disable or destroy (line 19 `whoopAPI.js`): [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) 6. You have `this.path` in the entry point (line 12 `whoopExtension.js`). If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions