Apache Cordova app that allows people to perform timed walk tests, like the 6-minute walk test. The algorithm that computes the distance from the GPS is the same as the one used in this paper.
This app is not certified as a medical device and should be used only for general wellbeing or as a home-based complement to more rigorous clinical assessment.
You need:
- Nodejs (recommended version 20.14.0)
- Apache Cordova (tested with version 12.0.0)
Then run:
npm install
cordova prepare
Emulated on web at localhost:8080
npm run serve
Run it on device:
npm run build
cordova run
npm run build
cordova prepare
cordova build
Then you need to sign the app and release it. Seek instructions online on how to do it.