-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
200 lines (200 loc) · 6.13 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"campsites": [
{
"name": "React Lake Campground",
"image": "images/react-lake.jpg",
"elevation": 1233,
"featured": false,
"cost": 65,
"description": "Nestled in the foothills of the Chrome Mountains, this campground on the shores of the pristine React Lake is a favorite for fly fishers.",
"comments": [
{
"rating": 5,
"text": "What a magnificent view!",
"author": "Tinus Lorvaldes",
"date": "2018-10-25T16:30Z"
},
{
"rating": 4,
"text": "The campground was beautiful, but the bugs could bite sometimes.",
"author": "Brennen Ech",
"date": "2017-06-17T03:33Z"
},
{
"rating": 5,
"text": "I caught a world-record-breaking trout here on my last visit.",
"author": "McKenzie Sebastian",
"date": "2019-02-18T18:12Z"
},
{
"rating": 5,
"text": "A wonderful place to reconnect with nature.",
"author": "Jordan Runn",
"date": "2019-08-04T20:11Z"
},
{
"rating": 4,
"text": "The stars at night were a revelation!",
"author": "Ann Dabramov",
"date": "2018-07-23T19:44Z"
}
]
},
{
"name": "Chrome River Campground",
"image": "images/chrome-river.jpg",
"elevation": 877,
"featured": false,
"cost": 77,
"description": "Spend a few sunny days and starry nights beneath a canopy of old-growth firs at this enchanting spot by the Chrome River.",
"comments": [
{
"rating": 4,
"text": "The campground was beautiful, but the bugs could bite sometimes.",
"author": "Brennen Ech",
"date": "2017-06-17T03:33Z"
},
{
"rating": 5,
"text": "I caught a world-record-breaking trout here on my last visit.",
"author": "McKenzie Sebastian",
"date": "2019-02-18T18:12Z"
},
{
"rating": 5,
"text": "A wonderful place to reconnect with nature.",
"author": "Jordan Runn",
"date": "2019-08-04T20:11Z"
},
{
"rating": 4,
"text": "The stars at night were a revelation!",
"author": "Ann Dabramov",
"date": "2018-07-23T19:44Z"
},
{
"rating": 5,
"text": "What a magnificent view!",
"author": "Tinus Lorvaldes",
"date": "2018-10-25T16:30Z"
}
]
},
{
"name": "Breadcrumb Trail Campground",
"image": "images/breadcrumb-trail.jpg",
"elevation": 2901,
"featured": false,
"cost": 24,
"description": "Let NuCamp be your guide to this off-the-beaten-path, hike-in-only campground.",
"comments": [
{
"rating": 5,
"text": "I caught a world-record-breaking trout here on my last visit.",
"author": "McKenzie Sebastian",
"date": "2019-02-18T18:12Z"
},
{
"rating": 5,
"text": "A wonderful place to reconnect with nature.",
"author": "Jordan Runn",
"date": "2019-08-04T20:11Z"
},
{
"rating": 4,
"text": "The stars at night were a revelation!",
"author": "Ann Dabramov",
"date": "2018-07-23T19:44Z"
},
{
"rating": 5,
"text": "What a magnificent view!",
"author": "Tinus Lorvaldes",
"date": "2018-10-25T16:30Z"
},
{
"rating": 4,
"text": "The campground was beautiful, but the bugs could bite sometimes.",
"author": "Brennen Ech",
"date": "2017-06-17T03:33Z"
}
]
},
{
"name": "Redux Woods Campground",
"image": "images/redux-woods.jpg",
"elevation": 42,
"featured": true,
"cost": 55,
"description": "You'll never want to leave this hidden gem, deep within the lush Redux Woods.",
"comments": [
{
"rating": 5,
"text": "A wonderful place to reconnect with nature.",
"author": "Jordan Runn",
"date": "2019-08-04T20:11Z"
},
{
"rating": 4,
"text": "The stars at night were a revelation!",
"author": "Ann Dabramov",
"date": "2018-07-23T19:44Z"
},
{
"rating": 5,
"text": "What a magnificent view!",
"author": "Tinus Lorvaldes",
"date": "2018-10-25T16:30Z"
},
{
"rating": 4,
"text": "The campground was beautiful, but the bugs could bite sometimes.",
"author": "Brennen Ech",
"date": "2017-06-17T03:33Z"
},
{
"rating": 5,
"text": "I caught a world-record-breaking trout here on my last visit.",
"author": "McKenzie Sebastian",
"date": "2019-02-18T18:12Z"
}
]
}
],
"partners": [
{
"name": "Bootstrap Outfitters",
"image": "images/bootstrap-logo.png",
"featured": false,
"description": "Bootstrap Outfitters supplies you with the gear you need at prices you can't beat."
},
{
"name": "Git Out Expeditions",
"image": "images/git-logo.png",
"featured": false,
"description": "Join Git Out Expeditions to explore new horizons with a group of other adventurers!"
},
{
"name": "Mongo Fly Shop",
"image": "images/mongo-logo.png",
"featured": false,
"description": "Need a new fishing pole, a tacklebox, or flies of all kinds? Stop by Mongo Fly Shop."
},
{
"name": "Node Outdoor Apparel",
"image": "images/node-logo.png",
"featured": true,
"description": "From polar fleeces to swimsuits, hiking boots to waders, a visit to Node will be sure to get you covered."
}
],
"promotions": [
{
"name": "Mountain Adventure",
"image": "images/breadcrumb-trail.jpg",
"featured": true,
"cost": 1299,
"description": "Book a 5-day mountain trek with a seasoned outdoor guide! Fly fishing equipment and lessons provided."
}
],
"feedback": []
}