Skip to content

Scrapes activities from Garmin Connect and aggregates custom exercise totals.

License

Notifications You must be signed in to change notification settings

davidkharbin/wounded-warrior-tracker

Repository files navigation

wounded-warrior-tracker

Need to track your progress for the Wounded Warrior Challenge but neither Garmin-Connect's web or mobile app gives you the ability to aggregate specific exercises over a specified time?

Record them in a spreadsheet? LOL...NO.

https://cryptographic.ninja/

Save your workout as "Wounded Warrior - Day ##"

Confirm the exercises are correctly identified in Garmin-Connect

Create garmin.config.json in the root directory and configure it...

{
	"username": "[email protected]",
	"password": "password"
}
npm install
npm run start

startup for prod server on ex2, with Nninx and PM2 configured:

  1. sudo systemctl start nginx
  2. sudo pm2 start wounded-warrior-tracker/server/index.js

TO DO:

✔️ Persist to a database

✔️ Modularize the server index

✔️ Clean up frontend components

✔️ Configure Nginx

✔️ Set up security certificate and https on the prod server

✔️ Clean up the frontend with MUI

  • Add support future challenges

About

Scrapes activities from Garmin Connect and aggregates custom exercise totals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published