forked from cathydeng/chicago-tacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
76 lines (76 loc) · 2.31 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"tacos":[
{
"name": "Antique Taco",
"neighborhood": "Wicker Park",
"url": "http://www.antiquetaco.com/",
"location": [41.906618, -87.671568]
},
{
"name": "Big & Little's",
"neighborhood": "Lakeview",
"url": "http://www.bigandlittleschicago.com/",
"location": [41.939926, -87.655525]
},
{
"name": "Big & Little's",
"neighborhood": "River North",
"url": "http://www.bigandlittleschicago.com/",
"location": [41.898355, -87.637450]
},
{
"name": "Big Star",
"neighborhood": "Wicker Park",
"url": "http://bigstarchicago.com/",
"location": [41.909285, -87.677542]
},
{
"name": "Del Seoul",
"neighborhood": "Lakeview",
"url": "http://www.delseoul.com/",
"location": [41.929323, -87.642881]
},
{
"name": "La Pasadita",
"neighborhood": "East Village",
"url": "http://www.pasadita.com/",
"location": [41.902590, -87.667554]
},
{
"name": "La Tacorea",
"neighborhood": "Lakeview",
"url": "http://www.latacorea.com/",
"location": [41.940032, -87.651309]
},
{
"name": "Las Asadas",
"neighborhood": "Bucktown",
"url": "http://lasasadas.com/",
"location": [41.918932, -87.687622]
},
{
"name": "Saucy Porka",
"neighborhood": "Loop",
"url": "http://saucyporka.com/",
"location": [41.876962, -87.632738]
},
{
"name": "Tecalitlan",
"neighborhood": "East Village",
"url": "http://www.tecrestaurant.com/",
"location": [41.896032, -87.672597]
},
{
"name": "Native Foods",
"neighborhood": "Loop",
"url": "http://www.nativefoods.com/",
"location": [41.879217, -87.630852]
}
{
"name": "Taco Joint",
"neighborhood": "RIVER NORTH",
"url": "http://www.tacojoint.com/",
"location": [41.893394, -87.633346]
}
]
}