Skip to content

Instantly share code, notes, and snippets.

@scsmith
Last active May 24, 2021 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scsmith/b0445653abc64a2808136c25c59914de to your computer and use it in GitHub Desktop.
Save scsmith/b0445653abc64a2808136c25c59914de to your computer and use it in GitHub Desktop.
workout.json
{
"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