-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsports.json
52 lines (52 loc) · 1.41 KB
/
sports.json
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
{
"sports": [
{
"sport": "Volley",
"url": "https://sport.unil.ch/?pid=80&aid=58#content",
"dates": [
{
"name": "mercredi1",
"date" : "Mercredi",
"hour": "19:00–20:30"
},
{
"name": "mardi",
"date" : "Mardi",
"hour": "19:00–20:30"
},
{
"name": "jeudi",
"date" : "Jeudi",
"hour": "16:00–17:30"
},
{
"name": "vendredi",
"date" : "Vendredi",
"hour": "17:30–19:00"
}
]
},
{
"sport": "Badminton",
"url": "https://sport.unil.ch/?pid=80&aid=61#content",
"dates": [
{
"name": "lundi",
"date" : "Lundi",
"hour": "12:15–13:45"
}
]
},
{
"sport": "Basket",
"url": "https://sport.unil.ch/?pid=80&aid=23#content",
"dates": [
{
"name": "mercredi",
"date" : "Mercredi",
"hour": "17:30–19:00"
}
]
}
]
}