-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrestaurantsDataCopy.json
More file actions
121 lines (120 loc) · 3.89 KB
/
restaurantsDataCopy.json
File metadata and controls
121 lines (120 loc) · 3.89 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
{
"name": "A&W",
"type": "American",
"location": "14th Avenue NW, Calgary, AB",
"phoneNum": "403-282-8222",
"image": "img/restaurants/a&w.png",
"skip": "https://www.skipthedishes.com/a-w-14th-street"
},
{
"name": "Domino's Pizza",
"type": "American",
"location": "3500 24 Avenue NW, Calgary, AB",
"phoneNum": "587-349-3900",
"image": "img/restaurants/dominos.png",
"skip": "https://www.dominos.ca/?gclid=EAIaIQobChMIv5OGrcbo7gIVwgN9Ch0eOwJQEAAYASAAEgJhk_D_BwE&gclsrc=aw.ds"
},
{
"name": "Subway",
"type": "American",
"location": "16th Ave NW &, 14 Ave NW Unit 1807, Calgary, AB ",
"phoneNum": "403-457-1375",
"image": "img/restaurants/subway.png",
"skip": "https://www.skipthedishes.com/subway-16th-avenue-northwest"
},
{
"name": "Kims Katsu and Roll",
"type": "Japanese",
"location": "2826 Morley Trail NW",
"phoneNum": "403-289-8981",
"image": "img/restaurants/wami-otoya.png",
"skip": "https://www.skipthedishes.com/kims-katsu-and-roll-morley-trail"
},
{
"name": "Edo Japan",
"type": "Japanese",
"location": "20 Crowfoot Crescent Northwest",
"phoneNum": "403-282-6551",
"image": "img/restaurants/dominos.png",
"skip": "https://www.skipthedishes.com/edo-japan-crowfoot-village"
},
{
"name": "Sushi BBQ Inn",
"type": "Japanese",
"location": "16th Avenue NW, Calgary, AB",
"phoneNum": "403-282-3588",
"image": "img/restaurants/dominos.png"
},
{
"name": "Jerusalem Shawarma",
"type": "Mediterranean",
"location": "16061 Macleod Trail SE, Calgary, AB T2Y 2Z9",
"phoneNum": "403-453-0300",
"image": "img/restaurants/jerusalem.png"
},
{
"name": "OPA!",
"type": "Mediterranean",
"location": "3630 Brentwood Rd NW Unit 239, Calgary, AB",
"phoneNum": "403-220-1241",
"image": "img/restaurants/opa.png"
},
{
"name": "Ginger Beef Peking House",
"type": "Chinese",
"location": "3630 Brentwood Rd NW #309, Calgary, AB",
"phoneNum": "403-282-5090",
"image": "img/restaurants/ginger-beef-peking-house.png",
"skip": "https://www.skipthedishes.com/ginger-beef-peking-house-brentwood-road-north-west"
},
{
"name": "Golden Moon Chinese Food",
"type": "Chinese",
"location": "14 Street NW, Calgary, AB",
"phoneNum": "403-455-3636",
"image": "img/restaurants/Golden_Moon.png"
},
{
"name": "Quesada Burritos & Tacos",
"type": "Mexican",
"location": "909 5 Ave SW, Calgary, AB",
"phoneNum": "403-475-4312",
"image": "img/restaurants/quesada.png"
},
{
"name": "Mucho Burrito",
"type": "Mexican",
"location": "14th Street SW, Calgary, AB",
"phoneNum": "403-474-5667",
"image": "img/restaurants/mucho.png"
},
{
"name": "Gringo Street",
"type": "Mexican",
"location": "17th Avenue SW, Calgary, AB",
"phoneNum": "403-474-1411",
"image": "img/restaurants/gringo.jpg"
},
{
"name": "Thai Express",
"type": "Thai",
"location": "CF Market Mall, 3625 Shaganappi Trail NW, Calgary, AB",
"phoneNum": "403-265-9553",
"image": "img/restaruants/thai-express.png"
},
{
"name": "Amato Gelato",
"type": "Italian",
"location": "7-2104 Kensington Road NW, Calgary, AB",
"phoneNum": "403-270-9733",
"image": "img/restaurants/amato.jpg"
},
{
"name": "Avatara Pizza",
"type": "Italian",
"location": "3406 3 Avenue NW, Calgary, AB",
"phoneNum": "403-457-4992",
"image": "img/restaurants/avatara.png"
}
]