Skip to content

Graphs of workout history pulled from Google Sheets

Notifications You must be signed in to change notification settings

kalenpw/workout-gopher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Gopher

Workout Gopher is a Vue app that reads exercise history from a Google Sheet and graphs it via ApexCharts.

Usage

Google Sheet format - must enter data as follows

Date Exercise Sets
2000-01-01 Bench 135x5 135x5 135x5 ...can have arbitrary amount of sets
2000-01-01 Shoulder Press 135x5 135x5 135x5 ...

Config - You will need to customize the values in .env and src/config/config.js to match your Google Sheet info. The Google Sheet will also need to be viewable publicly.

Running - This uses Vue 3 and Vite, you have the following npm commands

  • npm run dev - hot reload dev server on port 3000
  • npm run build - production export in /dist/

Screenshot

About

Graphs of workout history pulled from Google Sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published