From 427929e8d15afa88a8438ee8e45ed96e03cab7fa Mon Sep 17 00:00:00 2001 From: David Ashby Date: Mon, 15 Jun 2020 21:03:52 -0400 Subject: [PATCH] add Karma, Bravo's, and Avoid The Day --- stores.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/stores.json b/stores.json index fd3f02f..7d906d2 100644 --- a/stores.json +++ b/stores.json @@ -1286,5 +1286,47 @@ "website": "https://www.aeonbookstore.com/", "events": "Yes", "cafe": "No" + }, + { + "name": "Avoid The Day Bookstore & Cafe", + "address": "99-04 A Rockaway Beach Blvd", + "city": "Rockaway Park", + "state": "NY", + "postcode": "11694", + "description": "", + "lat": "40.584264", + "long": "-73.820613", + "country": "USA", + "website": "https://www.avoidtheday.org/", + "events": "Yes", + "cafe": "Yes" + }, + { + "name": "Bravo's Book Nook", + "address": "115 MacDougal St", + "city": "New York", + "state": "NY", + "postcode": "11694", + "description": "", + "lat": "40.730153", + "long": "-74.000720", + "country": "USA", + "website": "https://www.bravosbooknook.com/", + "events": "Yes", + "cafe": "No" + }, + { + "name": "Karma Bookstore", + "address": "136 East Third St", + "city": "New York", + "state": "NY", + "postcode": "10009", + "description": "", + "lat": "40.7238937", + "long": "-73.9858506", + "country": "USA", + "website": "https://bookstore.karmakarma.org/", + "events": "Yes", + "cafe": "No" } ]