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