add aeon bookstore

This commit is contained in:
David 2019-08-18 16:38:04 -04:00
parent ebf0f40de2
commit 39b6691ba4
2 changed files with 18 additions and 0 deletions

View File

@ -56,6 +56,10 @@
<td class="name">192 Books</td>
<td>192 10th Ave, New York</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Aeon Bookstore</td>
<td>151 East Broadway, New York</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Alabaster Bookshop</td>
<td>122 4th Ave, New York</td>

View File

@ -1356,5 +1356,19 @@
"website": "https://www.milmundosbooks.com/",
"events": "Yes",
"cafe": "No"
},
{
"name": "Aeon Bookstore",
"address": "151 East Broadway",
"city": "New York",
"state": "NY",
"postcode": "10002",
"description": "",
"lat": "40.713860",
"long": "-73.990934",
"country": "USA",
"website": "https://www.aeonbookstore.com/",
"events": "Yes",
"cafe": "No"
}
]