From 4ad3ef9f7213bf6c0b1dc12ea1a603a42fcdbde1 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 26 Mar 2017 15:35:07 -0400 Subject: [PATCH] add five more bookstores --- stores.json | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/stores.json b/stores.json index 0c6193a..d0938ac 100644 --- a/stores.json +++ b/stores.json @@ -1138,5 +1138,80 @@ "events": "Yes", "cafe": "Yes", "hexcolor": "#B9FCFC" + }, + { + "name": "Quest Bookshop", + "address": "240 E 53rd St", + "city": "New York", + "state": "NY", + "postcode": "10022", + "description": "", + "lat": "40.7569176", + "long": "-73.9701645", + "country": "USA", + "website": "http://www.questbookshop.com/", + "events": "Yes", + "cafe": "No", + "hexcolor": "#B9FCFC" + }, + { + "name": "The Austin Book Shop", + "address": "104-29 Jamaica Ave", + "city": "Richmond Hill", + "state": "NY", + "postcode": "11418", + "description": "", + "lat": "40.695398", + "long": "-73.8422319", + "country": "USA", + "website": "https://www.facebook.com/The-Austin-Book-Shop-177311612281452/", + "events": "Yes", + "cafe": "No", + "hexcolor": "#B9FCFC" + }, + { + "name": "Ben's Books", + "address": "145 Ainslie St", + "city": "Brooklyn", + "state": "NY", + "postcode": "11221", + "description": "", + "lat": "40.7126559", + "long": "-73.9487473", + "country": "USA", + "website": "http://bensbooks.nyc/", + "events": "Yes", + "cafe": "No", + "hexcolor": "#B9FCFC" + }, + { + "name": "The Book Cellar", + "address": "1465 York Ave", + "city": "New York", + "state": "NY", + "postcode": "10021", + "description": "", + "lat": "40.7706452", + "long": "-73.9535126", + "country": "USA", + "website": "http://www.angelfire.com/trek/tothecellar/", + "events": "Yes", + "cafe": "No", + "hexcolor": "#B9FCFC" + }, + { + "name": "Chartwell Booksellers", + "address": "55 E 52nd St", + "city": "New York", + "state": "NY", + "postcode": "10055", + "description": "", + "lat": "40.7590777", + "long": "-73.9758035", + "country": "USA", + "website": "http://www.churchillbooks.com/", + "events": "Yes", + "cafe": "No", + "hexcolor": "#B9FCFC" } ]