From 12745c399bbb364177af0e0c280cb2ebfb7045c5 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 7 Apr 2025 19:40:14 -0700 Subject: [PATCH] Update data/clubs.json --- data/clubs.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/data/clubs.json b/data/clubs.json index 0637a08..445267e 100644 --- a/data/clubs.json +++ b/data/clubs.json @@ -1 +1,27 @@ -[] \ No newline at end of file +[ + { + "name": "Dante's", + "description": "Concerts & Performances", + "address": "350 W Burnside St, Portland, OR 97209" + }, + { + "name": "Coffin Club", + "description": "Goth Dancing & Events", + "address": "421 SE Grand Ave, Portland, OR 97214" + }, + { + "name": "Star Theater", + "description": "Goth Dancing & Concerts", + "address": "13 NW 6th Ave, Portland, OR 97209" + }, + { + "name": "Funhouse Lounge", + "description": "Sketch Comedy, Stand-up & Improv", + "address": "2432 SE 11th Ave, Portland, OR 97214" + }, + { + "name": "Alibi Tiki Lounge", + "description": "Karaoke and Slots", + "address": "4024 N Interstate Ave, Portland, OR 97227" + } +]