# Pulsoid Socket Example

This example shows how to use the Pulsoid Socket to receive Heart Rate data from the connected monitor device.

## Setup

1. Install node modules from root directory

   ```
   yarn
   ```

2. replace the `PULSOID_TOKEN` value in [example/index.js](index.ts#L3) with your Pulsoid Token. <br />
   You can get your Pulsoid Token from the [Pulsoid Dashboard "Tokens" tab](https://pulsoid.net/ui/keys).

3. start the example with
   ```
   npm yarn start-example
   ```
