28 lines
1.6 KiB
Org Mode
28 lines
1.6 KiB
Org Mode
#+title: Health for Watch
|
|
|
|
[[./health-for-watch-assets/health-for-watch-logo.png]]
|
|
|
|
*Health for Watch* is an app for Apple Watch that allows user to easilly log health data such as weight, weight, blood preassure, body temperature and symptoms directly to the Health app on he's iPhone.
|
|
|
|
This app was originally created in 2021, but in 2022 was taken down from the App Store and then my Apple Developer account [[./health-for-watch-assets/Apple-Developer-Account-suspension.pdf][was also completely deleted]].
|
|
|
|
* Screenshots
|
|
#+attr_html: :class flexcontainer
|
|
[[./health-for-watch-assets/mainscreen.webp]]
|
|
[[./health-for-watch-assets/mainscreen.webp]]
|
|
[[./health-for-watch-assets/enterdata.webp]]
|
|
[[./health-for-watch-assets/symptomsscreen.webp]]
|
|
[[./health-for-watch-assets/symptominstensity.webp]]
|
|
* App page on the App Store
|
|
|
|
[[../webarchive/healthforwatch/web.archive.org/web/20220531203704/https:/apps.apple.com/us/app/health-for-watch/id1549168998.html][Archived app store page]]
|
|
|
|
* Web Archive
|
|
|
|
[[https://web.archive.org/web/20210118083042/https://apps.apple.com/ru/app/health-for-watch/id1549168998][Link to Web Archive 2021 (RU)]]
|
|
[[https://web.archive.org/web/20220531203704/https://apps.apple.com/us/app/health-for-watch/id1549168998#expand][Link to Web Archive 2022 (US)]]
|
|
|
|
Command that I used to download the sources
|
|
#+begin_src shell
|
|
wget -np -e robots=off --mirror --domains=staticweb.archive.org,web.archive.org https://web.archive.org/web/20220531203704/https://apps.apple.com/us/app/health-for-watch/id1549168998 --recursive --no-clobber --page-requisites --html-extension --convert-links -v
|
|
#+end_src
|