-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenues.json
36 lines (36 loc) · 1.22 KB
/
venues.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
[
{
"id": "btc",
"city": "Burnaby",
"name": "Burnaby Tennis Club",
"login": "https://www.burnabytennis.ca/burnaby/home/login.do",
"link": "https://www.burnabytennis.ca/burnaby/home/calendarDayView.do?id=11",
"site": "https://www.burnabytennis.ca/burnaby/home/calendarDayView.do?id=11",
"visibleDays": 3
},
{
"id": "coq",
"city": "Coquitlam",
"name": "The Tennis Center",
"link": "https://www.tennisclubsoft.com/ctc/home/calendarDayView.do?id=26",
"site": "https://www.tennisclubsoft.com/ctc/home/calendarDayView.do?id=26",
"visibleDays": 8,
"note": "Courts are bookable 7 days in advance"
},
{
"id": "langley_ttc",
"city": "Langley",
"name": "The Tennis Centre",
"link": "https://www.thetenniscentre.ca/langley/wp-admin/admin-ajax.php?action=tc_get_calendar&the_cat=hard-courts",
"site": "https://www.thetenniscentre.ca/langley/book-court/",
"visibleDays": 8
},
{
"id": "surrey_ttc",
"city": "Surrey",
"name": "The Tennis Centre",
"link": "https://www.thetenniscentre.ca/surrey/wp-admin/admin-ajax.php?action=tc_get_calendar&the_cat=hard-courts",
"site": "https://www.thetenniscentre.ca/surrey/book-court/",
"visibleDays": 8
}
]