-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexrx.js
More file actions
35 lines (34 loc) · 889 Bytes
/
exrx.js
File metadata and controls
35 lines (34 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
var exrx = {
"1":{
"id":1,
"link":"http://www.exrx.net/WeightExercises/Sternocleidomastoid/CBNeckFlx.html",
"name":"Cable Neck Flexion",
"body part":1,
"target":1,
"synergists":"",
"stabilizers":[2, 3],
"equipment":1,
"goal":1,
"mechanics":1,
"force":1,
"gif":"http://www.exrx.net/AnimatedEx/Sternocleidomastoid/CBNeckFlexion.gif",
"video":"https://i.vimeocdn.com/video/559267730.webp",
"vimeo":"559267730",
}
"2":{
"id":2,
"link":"http://www.exrx.net/WeightExercises/TrapeziusUpper/BWInvertedShrugPB.html",
"name":"Inverted Shrug (on parallel bars)",
"body part":4,
"target":4,
"synergists":5,
"stabilizers":1,
"equipment":1,
"goal":1,
"mechanics":1,
"force":1,
"gif":"http://www.exrx.net/AnimatedEx/TrapeziusUpper/BWBentKneeInvertedShrug.gif",
"video":"https://i.vimeocdn.com/video/559281548.webp",
"vimeo":"559281548",
}
};