-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
56 lines (56 loc) · 2.13 KB
/
data.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
53
54
55
56
{
"eateries": [
{
"type": "restaurant",
"options": [
{
"name": "Tortilleria El Pastor",
"street": "58 Stanworth Street",
"postcode": "SE1 3NY",
"type": "tacos",
"comments": "No reservations, walk in only. Order at the bar, they sell 5 types of tacos. Five tacos and a beer is £20."
},
{
"name": "Herman ze German",
"street": "33 Old Compton Street",
"postcode": "W1D 5JU",
"type": "wurst",
"comments": "Order at the bar, the schnitzel is particularly generous. Small places, they get pretty busy at 1pm so go early for lunch."
},
{
"name": "Patty + Bun",
"street": "18 Old Compton Street",
"postcode": "W1D 4TN",
"type": "burgers",
"comments": "Small places and they get busy fast, booking essential for 4+ people. Wait to be seated. Small burgers, made quickly and (very) dirtily. Every day there’s a £5 burger (it varies which) so go for that one and get two or three."
},
{
"name": "Vapiano",
"street": "12 St. Giles Square",
"postcode": "WC2H 8AP",
"type": "pasta",
"comments": "Fresh pasta cooked right in front of you. There are a few of these kicking about but the best one is at Centre Point."
}
]
},
{
"type": "takeaway",
"options": [
{
"name": "Prime Burger",
"street": "St Pancras Station, Euston Road",
"postcode": "N1C 4QP",
"type": "burgers",
"comments": "Order and collect, these are probably the least greasy takeaway burger you can find and the one with blue cheese is amazing. On the pricey end though."
},
{
"name": "Wellbeing Kitchen",
"street": "232 Shaftesbury Avenue",
"postcode": "WC2H 8EG",
"type": "korean",
"comments": "Go for the katsu curry, it's a classic. A large curry is £6.50 and comes in a big bowl with heaps of crunchy fried chicken on top. The teryaki isn't bad either."
}
]
}
]
}