add cafe con libros

This commit is contained in:
David 2018-01-21 15:22:16 -05:00
parent 022a5fd060
commit 2be3076851
2 changed files with 19 additions and 1 deletions

View File

@ -152,6 +152,10 @@
<td class="name">Brazenhead Books</td>
<td>The Upper East Side, New York</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Cafe con Libros</td>
<td>724 Prospect Place, Brooklyn</td>
</tr>
<tr id="" class="spotRow">
<td class="name">Catland</td>
<td>987 Flushing Ave, Brooklyn</td>

View File

@ -1272,7 +1272,7 @@
"website": "http://booksofwonder.com/",
"events": "Yes",
"cafe": "No"
},
},
{
"name": "Kew & Willow Books",
"address": "81-63 Lefferts Boulevard",
@ -1286,5 +1286,19 @@
"website": "http://www.thequeensbookshop.com/",
"events": "Yes",
"cafe": "No"
},
{
"name": "Cafe con Libros",
"address": "724 Prospect Place",
"city": "Brooklyn",
"state": "NY",
"postcode": "11216",
"description": "",
"lat": "40.674410",
"long": "-73.952515",
"country": "USA",
"website": "http://www.cafeconlibrosbk.com/",
"events": "Yes",
"cafe": "Yes"
}
]