JSPM

speedometer-from-accelerometer

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q25589F
  • License ISC

Package Exports

  • speedometer-from-accelerometer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (speedometer-from-accelerometer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Speedometer

An in development Node.js module that returns the average speed from an array of data from an accelerometer

Currently developed to integrate with expo-sensors on a expo based mobile application and should will be expanded to work smoothly with react-native-sensors too, but should work with any accelerometer data.

Installation

npm install speedometer --save
yarn add speedometer

Usage

With expo-sensors

Check the demo expo app