Skip to content

derekwlms/set2

Repository files navigation

Set 2 - Exercise Tracking App

Set 2

Set 2 is a simple exercise tracking app for Ionic 2. It fills a gap created when FitLinxx trackers were discontinued in Metro Atlanta YMCAs.

This app guides you through your workout circuit, lets you quickly record exercises, and uploads your results. It can send results to Fitbit and FitLinxx, and email them to you.


Running Locally

Pre-requisites: git, node.js, and ionic 2.

  1. Get the code: git clone https://github.com/derekwlms/set2.git
  2. cd set2 && npm install
  3. ionic serve
  4. Open in your browser.

Recommended ionic info:

  • Cordova CLI: 6.4.0
  • Ionic Framework Version: 2.0.0
  • Ionic CLI Version: 2.1.17
  • Ionic App Lib Version: 2.1.7

To enable console logging, comment out the production setup in main.ts.

Documentation

See the wiki.

License

Set 2 is released under the ISC License. See LICENSE.txt.

Contributing

The usual: fork, work your magic, send me a pull request.

Notes

  • Options for avoiding CORS errors on Http requests:
    • See ionic.config.json for the CORS proxy configuration
    • cd /d "C:\Program Files (x86)\Google\Chrome\Application" && chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
    • adb devices && ionic run android -l -c
      • set path=%PATH%;%ANDROID_HOME%\platform-tools

About

Set 2 - Exercise Tracking App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published