From a97f1b7f3bb8e84fb9c17f0d3ec8c6da9bfe59a0 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 6 Jul 2026 02:47:50 +0000 Subject: [PATCH] add Casa Next Door and the new Red Hook Books --- stores.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/stores.json b/stores.json index f4a2a25..59a3cf6 100644 --- a/stores.json +++ b/stores.json @@ -1843,5 +1843,35 @@ "events": "Yes", "cafe": "Yes", "meta": "" + }, + { + "name": "Red Hook Books", + "address": "123 Coffey St", + "city": "Brooklyn", + "state": "NY", + "postcode": "11231", + "description": "", + "lat": "40.67643506570557", + "long": "-74.01469643325396", + "country": "USA", + "website": "https://www.instagram.com/123.redhookbooks", + "events": "Yes", + "cafe": "No", + "meta": "" + }, + { + "name": "Casa Next Door", + "address": "22-A 8th Ave", + "city": "New York", + "state": "NY", + "postcode": "10014", + "description": "An outgrowth of Casa Magazines (right next door) but with a cafe and book selection.", + "lat": "40.73771777777667", + "long": "-74.0044692607341", + "country": "USA", + "website": "https://www.instagram.com/casanextdoornyc", + "events": "Yes", + "cafe": "Yes", + "meta": "" } ]