diff --git a/README.md b/README.md index f2d1386..c7510be 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ The objective of this project is to create a Web Bluetooth API client that can establish connections with various Force-Sensing Hangboards / Dynamometers / Plates / LED system boards used by climbers. Examples of such tools include -the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Climbro](https://climbro.com/), -[mySmartBoard](https://www.smartboard-climbing.com/), [Entralpi](https://entralpi.com/), -[Tindeq Progressor](https://tindeq.com/), [PitchSix Force Board](https://pitchsix.com/) or -[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/). +the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Tindeq Progressor](https://tindeq.com/), +[PitchSix Force Board](https://pitchsix.com/), +[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/), +[Entralpi](https://entralpi.com/), [Climbro](https://climbro.com/), or +[mySmartBoard](https://www.smartboard-climbing.com/). And LED system boards from [Aurora Climbing](https://auroraclimbing.com/) like the [Kilter Board](https://settercloset.com/pages/the-kilter-board), diff --git a/packages/core/README.md b/packages/core/README.md index f2d1386..c7510be 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -4,10 +4,11 @@ The objective of this project is to create a Web Bluetooth API client that can establish connections with various Force-Sensing Hangboards / Dynamometers / Plates / LED system boards used by climbers. Examples of such tools include -the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Climbro](https://climbro.com/), -[mySmartBoard](https://www.smartboard-climbing.com/), [Entralpi](https://entralpi.com/), -[Tindeq Progressor](https://tindeq.com/), [PitchSix Force Board](https://pitchsix.com/) or -[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/). +the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Tindeq Progressor](https://tindeq.com/), +[PitchSix Force Board](https://pitchsix.com/), +[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/), +[Entralpi](https://entralpi.com/), [Climbro](https://climbro.com/), or +[mySmartBoard](https://www.smartboard-climbing.com/). And LED system boards from [Aurora Climbing](https://auroraclimbing.com/) like the [Kilter Board](https://settercloset.com/pages/the-kilter-board), diff --git a/packages/core/package.json b/packages/core/package.json index 9a21383..58cafec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@hangtime/grip-connect", "version": "0.4.2", - "description": "A client that can establish connections with various Force-Sensing Hangboards/Plates used by climbers for strength measurement. Examples of such hangboards include the Griptonite Motherboard, Climbro, SmartBoard, Entralpi or Tindeq Progressor", + "description": "Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Web Bluetooth API Force-Sensing strength analysis for climbers", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/core/src/devices/index.ts b/packages/core/src/devices/index.ts index 0d4a392..c106adc 100644 --- a/packages/core/src/devices/index.ts +++ b/packages/core/src/devices/index.ts @@ -10,6 +10,6 @@ export { Motherboard } from "./motherboard" export { mySmartBoard } from "./mysmartboard" -export { WHC06 } from "./wh-c06" - export { Progressor } from "./progressor" + +export { WHC06 } from "./wh-c06" diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 9c34a98..4392ef9 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,5 +1,14 @@ // Export device types -export { Climbro, Entralpi, ForceBoard, KilterBoard, Motherboard, mySmartBoard, WHC06, Progressor } from "./devices/index" +export { + Climbro, + Entralpi, + ForceBoard, + KilterBoard, + Motherboard, + mySmartBoard, + WHC06, + Progressor, +} from "./devices/index" // Export isDevice functions export { isEntralpi, isKilterboard, isMotherboard, isWHC06, isProgressor } from "./is-device" diff --git a/packages/docs/src/get-started.md b/packages/docs/src/get-started.md index 4bc4cf2..f17f806 100644 --- a/packages/docs/src/get-started.md +++ b/packages/docs/src/get-started.md @@ -2,10 +2,11 @@ The objective of this project is to create a Web Bluetooth API client that can establish connections with various Force-Sensing Hangboards / Dynamometers / Plates / LED system boards used by climbers. Examples of such tools include -the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Climbro](https://climbro.com/), -[mySmartBoard](https://www.smartboard-climbing.com/), [Entralpi](https://entralpi.com/), -[Tindeq Progressor](https://tindeq.com/), [PitchSix Force Board](https://pitchsix.com/) or -[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/). +the [Griptonite Motherboard](https://griptonite.io/shop/motherboard/), [Tindeq Progressor](https://tindeq.com/), +[PitchSix Force Board](https://pitchsix.com/), +[Weiheng WH-C06](https://weihengmanufacturer.com/products/wh-c06-bluetooth-300kg-hanging-scale/), +[Entralpi](https://entralpi.com/), [Climbro](https://climbro.com/), or +[mySmartBoard](https://www.smartboard-climbing.com/). And LED system boards from [Aurora Climbing](https://auroraclimbing.com/) like the [Kilter Board](https://settercloset.com/pages/the-kilter-board),