/sportident.js

JavaScript/TypeScript interface to SportIdent devices

Primary LanguageTypeScriptMIT LicenseMIT

sportident.js

JavaScript/TypeScript interface to SportIdent devices

There are generated docs.

How to install

  • Install node.js
  • git clone this repository and cd to the root directory of it
  • npm install
  • npm run lerna bootstrap

How to run testbench

  • npm run testbench-client
  • npm run testbench-server

How to run...

  • Tests: npm run test
  • Linter: npm run lint
  • Build: npm run build (this compiles TypeScript for the libraries and builds the webpack file for sportident-testbench-client)

Development

We use lerna to manage multiple packages in the same repository: