Created
September 30, 2016 00:26
-
-
Save jraczak/153d9d3b2629d5d72a38a6b1d16caf43 to your computer and use it in GitHub Desktop.
exercises.json
This file contains hidden or 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
"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