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.
Pre-requisites: git, node.js, and ionic 2.
- Get the code:
git clone https://github.com/derekwlms/set2.git
cd set2 && npm install
ionic serve
- 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.
See the wiki.
Set 2 is released under the ISC License. See LICENSE.txt.
The usual: fork, work your magic, send me a pull request.
- 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