Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created September 30, 2016 00:26
Show Gist options
  • Save jraczak/153d9d3b2629d5d72a38a6b1d16caf43 to your computer and use it in GitHub Desktop.
Save jraczak/153d9d3b2629d5d72a38a6b1d16caf43 to your computer and use it in GitHub Desktop.
exercises.json
"exercises": [
{
"name": "Barbell Chest Press",
"primaryMuscle": "chest",
"secondaryMuscle": "triceps"
},
{
"name": "Incline Barbell Chest Press",
"primaryMuscle": "chest",
"secondaryMuscle": "triceps"
},
{
"name": "Decline Barbell Chest Press",
"primaryMuscle": "chest",
"secondaryMuscle": "triceps"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment