Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 457 Bytes

@indoor-analytics/entities

The aim of this npm package is to gather code shared by both frontend and backend.

Entities

  • ErrorVector
  • Location
  • Place
  • ReferencePath
  • Run
  • Sensor

Installation

# setting endpoint for repo
npm config set @indoor-analytics:registry https://npm.pkg.github.com/indoor-analytics

# you'll need a GitHub personal authentication token
npm config set '//npm.pkg.github.com/:_authToken' "<token>"