Skip to content

neilbo/six-minute-walk-distance-old

Repository files navigation

Six Minute Walk Distance

Designs: Marvel app

Project management: Waffle.io

This is an open source six minute walk distance calculator often used for the six minute walk test. If you are familiar with nursing, cardiac rehabilitation (phase 2), pulmonary rehabilitation this may make sense to you.

Stuff you need

  1. git
  2. nodejs
  3. npm
  4. ionic v2

Installation

  1. clone this project git clone [email protected]:neilbo/six-minute-walk-distance.git
  2. install ionic npm install -g ionic cordova
  3. run ionic serve ionic serve or ionic serve -l

Getting started

  1. Install ios deploy sudo npm install -g ios-deploy --unsafe-perm=true --allow-root
  2. Install ios sim sudo npm install -g ios-sim

Tests

Follow this guide by @roblouie for setup unit tests

Uses

Please read for adding unit tests to ionicframework

Run unit tests: in another terminal window

npm test

Will open it up in Chrome where you can debug

Unit tests:

  • Should live alongside the components they test
  • Should be named after component but with .spec appended
conversion-service.ts
conversion-service.spec.ts

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

About

open source six minute walk distance calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published