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" + } +]