chicomcastro / speedometer-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 55.5%Language:TypeScript 44.5%