-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
57 lines (57 loc) · 1.95 KB
/
db.json
File metadata and controls
57 lines (57 loc) · 1.95 KB
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
[
{
"id": "cb83e69e-6acf-4273-857e-9f4c9b64d4c5",
"name": "Whiskey bar, který neexistuje",
"desciption": "Jste nároční. Milujete pivo s pěnou jako křen, netuctovou whisky a barmana, co jí rozumí. Z kuchyně vůni, které nejde odolat, a koktejl, když se Vám chce slavit. Jednou chcete sedět sami a jindy s sebou vezmete celou rodinu a pět přátel navíc.",
"address": "Gorkého 98/58 602 00 Brno-střed-Veveří Česká republika",
"email": "whiskeybar@turbomost.cz",
"mobileNumber": "+420 775 018 444",
"localtion": {
"latitude": 20.0,
"longitude": 50.1
},
"social": {
"facebook": "https://www.facebook.com/whiskey.bar.kteryneexistuje/",
"instagram": "https://www.instagram.com/whiskey_bar_kteryneexistuje/",
"tripadvisor": "https://www.tripadvisor.com/Restaurant_Review-g274714-d14096454-Reviews-Whiskey_Bar_ktery_neexistuje-Brno_South_Moravian_Region_Moravia.html?m=19905"
},
"website": "https://www.whiskeyprovsechny.cz/",
"openHours": [
{
"name": "Saturday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Sunday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Monday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Tuesday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Wednesday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Thursday",
"from": "5PM",
"to": "12AM"
},
{
"name": "Friday",
"from": "5PM",
"to": "12AM"
}
]
}
]