https://github.com/eai04191/pulsoid-client
https://github.com/eai04191/pulsoid-client
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eai04191/pulsoid-client
- Owner: eai04191
- License: mit
- Created: 2021-07-10T02:03:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T01:58:11.000Z (over 3 years ago)
- Last Synced: 2025-02-08T00:28:18.808Z (3 months ago)
- Language: TypeScript
- Homepage: pulsoid-client.vercel.app
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulsoid Client

My Custom client for [Pulsoid](https://pulsoid.net/).
## Usage
### Get ws URL
1. Launch the default widget.
At first it is recommended to start Demo to make sure it works.
2. Open DevTools.
3. Open Network tab.
4. Enable WS on the filter.
5. Refresh the page to see one URL.

6. Right click and select `Copy` -> `Copy link address`.### Open in Client
1. Open `https://pulsoid-client.vercel.app/?ws=` + `YOUR WS URL HERE` in browser.
2. If there is no problem, the heart rate will be displayed.
3. The same URL can be displayed in the browser source of the broadcast software.