From ab8e84a8de441c3c7794961e7c7a72968aa48bdf Mon Sep 17 00:00:00 2001 From: David Ashby Date: Fri, 10 Mar 2017 21:31:20 -0500 Subject: [PATCH] Add Sisters Uptown Bookstore --- stores.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stores.json b/stores.json index 417bb46..b9cf5da 100644 --- a/stores.json +++ b/stores.json @@ -1109,6 +1109,21 @@ "cafe": "No", "hexcolor": "#B9FCFC" }, + { + "name": "Sister's Uptown Bookstore", + "address": "1942 Amsterdam Ave", + "city": "New York", + "state": "NY", + "postcode": "10032", + "description": "", + "lat": "40.8324894", + "long": "-73.9426783", + "country": "USA", + "website": "http://www.sistersuptownbookstore.com//", + "events": "Yes", + "cafe": "Yes", + "hexcolor": "#B9FCFC" + }, { "name": "Archestratus", "address": "160 Huron St", @@ -1124,4 +1139,4 @@ "cafe": "Yes", "hexcolor": "#B9FCFC" } -] \ No newline at end of file +]