-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenues.json
47 lines (47 loc) · 1.31 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
37
38
39
40
41
42
43
44
45
46
47
[
{
"name": "El Cantina",
"food": ["Mexican"],
"drinks": ["Soft drinks", "Tequila", "Beer"]
},
{
"name": "Twin Dynasty",
"food": ["Chinese"],
"drinks": ["Soft Drinks", "Rum", "Beer", "Whisky", "Cider"]
},
{
"name": "Spice of life",
"food": ["Eggs", "Meat", "Fish", "Pasta", "Dairy"],
"drinks": ["Vokda", "Gin", "whisky", "Rum", "Cider", "Beer", "Soft drinks"]
},
{
"name": "The Cambridge",
"food": ["Eggs", "Meat", "Fish", "Pasta", "Dairy"],
"drinks": ["Vokda", "Gin", "Cider", "Beer", "Soft drinks"]
},
{
"name": "Wagamama",
"food": ["Japanese"],
"drinks": ["Beer", "Cider", "Soft Drinks", "Sake"]
},
{
"name": "Sultan Sofrasi",
"food": ["Meat", "Bread", "Fish"],
"drinks": ["Beer", "Cider", "Soft Drinks"]
},
{
"name": "Spirit House",
"food": ["Nuts", "Cheese", "Fruit"],
"drinks": ["Vodka", "Gin", "Rum", "Tequila"]
},
{
"name": "Tally Joe",
"food": ["Fish", "Meat", "Salad", "Deserts"],
"drinks": ["Beer", "Cider", "Soft Drinks", "Sake"]
},
{
"name": "Fabrique",
"food": ["Bread", "Cheese", "Deli"],
"drinks": ["Soft Drinks", "Tea", "Coffee"]
}
]