From 8d2f7d238fd508f4d4b3a89fb89309595e67d43f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 16 Aug 2024 00:17:59 +0000 Subject: [PATCH] Two new combination eatery/bookstore locations, Honey Moon and Sullaluna --- stores.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/stores.json b/stores.json index 2ab928c..074f875 100644 --- a/stores.json +++ b/stores.json @@ -1664,5 +1664,33 @@ "website": "https://www.lizsbookbar.com/", "events": "Yes", "cafe": "Yes" + }, + { + "name": "Honey Moon Coffee Shop", + "address": "517 Onderdonk Ave", + "city": "Ridgewood", + "state": "NY", + "postcode": "11385", + "description": "Sells a selection of books curated by Molasses Books in the back.", + "lat": "40.70609496846375", + "long": "-73.91045381955465", + "country": "USA", + "website": "https://honeymooncoffee.shop/", + "events": "Yes", + "cafe": "Yes" + }, + { + "name": "Sullaluna Bistrot & Bookshop", + "address": "41 Carmine St", + "city": "New York", + "state": "NY", + "postcode": "10014", + "description": "Books for sale throughout the bistro.", + "lat": "40.73011439736975", + "long": "-74.00356955956845", + "country": "USA", + "website": "https://www.instagram.com/sullaluna.nyc/", + "events": "Yes", + "cafe": "Yes" } ]