-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassesData.js
101 lines (100 loc) · 4.67 KB
/
classesData.js
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
export default classData = {
"Galinha": [{
"name": "F19 BASIC FITNESS",
"location": "calle francisco paino 9, Madrid",
"days": "L-M",
"startTime": "21:30",
"length": "1:15"
}, {
"name": "Fitness4All",
"location": "calle Sevilla, Pozuelo de Alarcón",
"days": "M-J",
"startTime": "20:30",
"length": "1"
}
],
"Sandalha": [{
"name": "Stradavanza",
"location": "Calle Dolores Coca 18, Madrid",
"days": "L-M",
"startTime": "20:30",
"length": "1:30"
}
],
"Bananeira": [{
"name": "capoeira",
"location": "C/Reyes 6, Ciudad Real, España",
"days": "M J",
"startTime": "21",
"length": "1"
}
],
"Catatau": [{
"name": "Gimnasio Okinawa",
"location": "Calle Cabo de San Vicente, 16, 28924 Alcorcón",
"days": "L X",
"startTime": "21:30",
"length": "1"
}
],
"Boa Fonte": [{
"name": "NomadansNiños",
"location": "C/ Alemania 135, Toledo",
"days": "L X",
"startTime": "17:15",
"length": "1"
}, {
"name": "NomadansAdultoss",
"location": "C/ Alemania 135, Toledo",
"days": "M J",
"startTime": "21:15",
"length": "1"
}
],
"Biriba": [{
"name": "Getafe",
"location": "Plaza de las Provincias S/N, Getafe ",
"days": "M J S",
"startTime": "20:00",
"length": "1"
}
],
"Rapunzel": [{
"name": "Denmark",
"location": "Tagensbo Skole, Magistervej 4, Nordvest",
"days": "M J",
"startTime": "16:00",
"length": "2"
}
],
"Bengala": [{
"name": "Gimnasio Go Fit",
"location": "Avenida de los Piconeros S/N",
"days": "L X V",
"startTime": "21:15",
"length": "2"
}
],
"Coelho": [{
"name": "Edificio Uribarri (Deusto)",
"location": "Calle Luzarra 14-16, planta 3-1",
"days": "X V",
"startTime": "19:15",
"length": "1:15"
}
],
"Paraná": [{
"name": "NEW CAR-Niños",
"location": "Avda. Jerez Perchet 21 , Malaga",
"days": "M J",
"startTime": "18:30",
"length": "1:15"
}, {
"name": "NEW CAR-Adultos",
"location": "Avda. Jerez Perchet 21 , Malaga",
"days": "M J",
"startTime": "21:30",
"length": "1"
}
]
};