1.0.5 • Published 3 years ago

speedometer-from-accelerometer v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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