From ac04306aeeeb7f7946f803eefa99450e8b92aaf4 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Thu, 15 Jun 2017 23:14:00 -0400 Subject: [PATCH] add brazenhead books (sort of) --- index.html | 4 ++++ stores.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index 626576a..ab9710e 100644 --- a/index.html +++ b/index.html @@ -144,6 +144,10 @@ Boulevard Books and Café 7518 13th Ave, Brooklyn + + Brazenhead Books + The Upper East Side, New York + Catland 987 Flushing Ave, Brooklyn diff --git a/stores.json b/stores.json index 1e0c6c0..1f22e25 100644 --- a/stores.json +++ b/stores.json @@ -1202,5 +1202,19 @@ "website": "https://www.rizzolibookstore.com/", "events": "Yes", "cafe": "No" + }, + { + "name": "Brazenhead Books", + "address": "The Upper East Side", + "city": "New York", + "state": "NY", + "postcode": "", + "description": "Brazenhead is a secret bookstore on the Upper East Side. Yes, I know the address. No, I'm not telling you.", + "lat": "40.7828647", + "long": "-73.9653551", + "country": "USA", + "website": "http://www.brazenheadbooks.com/", + "events": "Yes", + "cafe": "No" } ]