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
``
sh
npm install speedometer --save
yarn add speedometer
``
Usage
$3
Check the
demo expo app