-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathguide.json
95 lines (95 loc) · 2.85 KB
/
guide.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
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
[
{
"slug": "coffee",
"name": "Coffee",
"places": [
{
"name": "Black Canary Espresso Bar",
"notes": "A small coffeehouse located in on the upper floor of Silver Snail comic book store.",
"address": "329 Yonge Street",
"links": {
"yelp": "https://www.yelp.ca/biz/black-canary-espresso-bar-toronto",
"map": "https://www.google.ca/maps/place/The+Black+Canary+Espresso+Bar+(Yonge)/@43.6544546,-79.3833721,15z/data=!4m8!1m2!2m1!1sBlack+Canary+Espresso+Bar!3m4!1s0x882b34cac622f7fd:0x5a23a8dfd7077b2c!8m2!3d43.6569909!4d-79.3809546?hl=en"
},
"tags": [
"superheroes", "wifi"
]
},
{
"name": "Infuse Cafe",
"address": "354 Yonge St",
"links": {
"yelp": "https://www.yelp.ca/biz/infuse-cafe-toronto",
"map": "https://www.google.ca/maps/place/Infuse+Cafe/@43.6580847,-79.3841382,17z/data=!3m1!4b1!4m5!3m4!1s0x882b34ca99cc2973:0xf3e029e6d5f56385!8m2!3d43.6580847!4d-79.3819495?hl=en"
},
"tags": [
"tea", "wifi", "deserts"
]
},
{
"name": "Bulldog Coffee",
"address": "86 Gerrard Street East",
"links": {
"yelp": "https://www.yelp.ca/biz/bulldog-coffee-toronto",
"map": "https://www.google.ca/maps/place/Bull+Dog+Coffee/@43.6601142,-79.380016,17z/data=!3m1!4b1!4m5!3m4!1s0x89d4cb4af9922c4d:0x2d72b18b14296b0e!8m2!3d43.6601142!4d-79.3778273?hl=en"
},
"tags": [
"latte art"
]
}
]
},
{
"slug": "food",
"name": "Food",
"places": [
{
"name": "Banh Mi Boys",
"address": "399 Yonge Street",
"links": {
"yelp": "https://www.yelp.ca/biz/banh-mi-boys-toronto-2"
},
"tags": [
"banh mi", "vietnamese"
]
},
{
"name": "Bareburger",
"address": "111 Dundas Street West",
"links": {
"yelp": "https://www.yelp.ca/biz/bareburger-toronto-2"
},
"tags": [
"burger"
]
},
{
"name": "Blaze Fast-Frie'd Pizza",
"address": "10 Dundas Street",
"link": {
"yelp": "https://www.yelp.ca/biz/blaze-fast-fired-pizza-toronto"
},
"tags": [
"pizza"
]
}
]
},
{
"slug": "booze",
"name": "Booze",
"places": [
{
"name": "Imperial Pub",
"address": "54 Dundas Street East",
"notes": "Make sure you go upstairs to The Library.",
"links": {
"yelp": "https://www.yelp.ca/biz/imperial-pub-toronto"
},
"tags": [
"dive"
]
}
]
}
]