Skip to content

Instantly share code, notes, and snippets.

@scottfister
Last active September 30, 2016 01:07
Show Gist options
  • Save scottfister/3d568ddb502d018e2aee2a81d1dfcb61 to your computer and use it in GitHub Desktop.
Save scottfister/3d568ddb502d018e2aee2a81d1dfcb61 to your computer and use it in GitHub Desktop.
{
"workouts": [
{
"id": 1,
"title": "Chest Pump",
"exercises": [
{
"id": 0,
"title": "Chest Press",
"weight": 80,
"reps": 80,
"sets": 3,
"justin_can_do": false
},
{
"id": 1,
"title": "Pushup",
"reps": 12,
"sets": 3
}
]
},
{
"id": 2,
"title": "Leg Day",
"exercises": [
{
"id": 3,
"title": "Squat",
"weight": 400,
"reps": 5,
"sets": 5
},
{
"id": 4,
"title": "Lunges",
"weight": 120,
"reps": 12,
"sets": 3
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment