Coder Social home page Coder Social logo

timedwalkapp's Introduction

Timed Walk App

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.

Build Setup

You need:

  • Nodejs (recommended version 16.18.1)
  • Apache Cordova (tested with version 11.0.0)

Then run:

npm install
cordova prepare

Run

Emulated on web at localhost:8080

npm run serve

Run it on device:

npm run build
cordova run

Deploy

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.

timedwalkapp's People

Contributors

dariosalvi78 avatar dependabot[bot] avatar snyk-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

timedwalkapp's Issues

add voice messages

we can use the speech synthesis API, which is also localised.

Example code here:

var msg = new SpeechSynthesisUtterance()
msg.lang = 'it'
msg.text = 'Ciao mondo'
speechSynthesis.speak(msg)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.