Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 23, 2020
2 parents 6eccf12 + 34cbe39 commit 61bed2c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Privacy Policy → PrivacyPolicy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Health Data Server application collects the health data you agree to upon the initial start of the applicaiton. It collects this health data from the built in sensors provided on the Apple Watch. This data is not stored locally. This data is only sent to the IP address you specify within the application.
The Health Data Server application collects the health data you agree to upon the initial start of the applicaiton. It collects this health data from the built in sensors provided on the Apple Watch. This data is not stored locally. This data is only sent to the IP address you specify within the application.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Health-Data-Server-Overlay
### How to set up
1. [Download node.js and install](https://nodejs.org)
2. [Download the latest release zip of this repository and extract where you want it](https://github.com/Rexios80/Health-Data-Server-Overlay/releases)
3. Open a terminal and move into the forlder of this repository
4. Run `npm install`
5. Run `node .\public\app.js` (use forward slashes if on macOS or Linux)
6. Open a browser and go to `localhost:8080`

You should see the labels for health data in your browser, but no actual numbers yet.

### Connecting to the Apple Watch application
1. Install the Health Data Server application on your Apple Watch
2. Open the application
3. Type the IP address of the machine running the overlay application and the port the server is running at into the text field
- The IP address of the machine running the overlay application can be found by opening a terminal and running ipconfig (or ifconfig on macOS and Linux)
- The default port the overlay application runs on is 8080, but this can be changed in the code if there is a conflict
- An example of what should go in this text field is this: `192.168.1.105:8080`
4. Click the start button

You should soon see numbers in the webpage you opened earlier. This is the health data the watch is sending over your local network.

### Notes
If you want to use this as a stream overlay, simply add the url used to see the data in a web browser as a web source in your favorite streaming application.

0 comments on commit 61bed2c

Please sign in to comment.