From 5101a0b0ea6a8d7c3a0d82050be58ec2426be45f Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 7 Apr 2025 19:29:48 -0700 Subject: [PATCH] Update data/attraction.json --- data/attraction.json | 52 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/data/attraction.json b/data/attraction.json index 0637a08..f3dc014 100644 --- a/data/attraction.json +++ b/data/attraction.json @@ -1 +1,51 @@ -[] \ No newline at end of file +[ + { + "name": "Collins Beach UFO Boat", + "location": "Between the 2nd & 3rd Entrance", + "address": "Collins Beach @ Sauvies Island" + }, + { + "name": "Kidd's Toy Museum", + "address": "1301 SE Grand Ave, Portland, OR 97214" + }, + { + "name": "Portland Shanghai Tunnels", + "address": "120 NW 3rd Ave, Portland, OR 97209" + }, + { + "name": "The Grotto", + "address": "8840 NE Skidmore St, Portland, OR 97220" + }, + { + "name": "Mills End Park", + "address": "56 SW Taylor St, Portland, OR 97209" + }, + { + "name": "Witch's Castle", + "address": "Lower Macleay Trail, Portland, OR 97210" + }, + { + "name": "The Freakybuttrue Peculiarium", + "address": "2234 NW Thurman St, Portland, OR 97210" + }, + { + "name": "Skelton Key Odditorium", + "address": "939 SW 10th Ave, Portland, OR 97205" + }, + { + "name": "Lan Su Chinese Garden", + "address": "239 NW Everett St, Portland, OR 97209" + }, + { + "name": "Portland Japanese Garden", + "address": "611 SW Kingston Ave, Portland, OR 97205" + }, + { + "name": "Oregon Zoo", + "address": "4001 SW Canyon Rd, Portland, OR 97221" + }, + { + "name": "Next Level Pinball Museum", + "address": "1458 NE 25th Ave, Hillsboro, OR 97124" + } +]