Last active
May 24, 2021 11:16
-
-
Save scsmith/b0445653abc64a2808136c25c59914de to your computer and use it in GitHub Desktop.
workout.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Steve's Workout", | |
"moves": [ | |
{ | |
"title": "Warmup" | |
}, | |
{ | |
"title": "Muscle contraction" | |
}, | |
{ | |
"title": "Bridge - Double" | |
}, | |
{ | |
"title": "Bridge - Single" | |
}, | |
{ | |
"title": "Sitdown Squats" | |
}, | |
{ | |
"title": "Calf Raises - Doubles" | |
}, | |
{ | |
"title": "Calf Raises - Single" | |
}, | |
{ | |
"title": "Step Down - Forwards" | |
}, | |
{ | |
"title": "Step Down - Sideways" | |
}, | |
{ | |
"title": "Single Leg Deadlifts" | |
}, | |
{ | |
"title": "Wall Squat Holds" | |
}, | |
{ | |
"title": "Gorilla Walk - Sideways" | |
}, | |
{ | |
"title": "Gorilla Walk - Forward" | |
}, | |
{ | |
"title": "Clams" | |
}, | |
{ | |
"title": "Sideways Legs on Backs" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment