-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbookify.json
More file actions
262 lines (262 loc) · 7.55 KB
/
bookify.json
File metadata and controls
262 lines (262 loc) · 7.55 KB
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
{
"books": [
{
"id": 1,
"name": "The Great Gatsby",
"category": "Classic",
"author": "F. Scott Fitzgerald",
"description": "A novel set in the Roaring Twenties, portraying the extravagant and elusive Jay Gatsby.",
"timestamp": 1646052000,
"url": "https://graphics8.nytimes.com/images/2013/04/14/t-magazine/14document/14document-custom2.jpg"
},
{
"id": 2,
"name": "To Kill a Mockingbird",
"category": "Fiction",
"author": "Harper Lee",
"description": "A story of racial injustice and the loss of innocence in the Deep South of the 1930s.",
"timestamp": 1646018400,
"url": "https://media.glamour.com/photos/56e1f3c462b398fa64cbd304/master/w_1600%2Cc_limit/entertainment-2016-02-18-main.jpg"
},
{
"id": 3,
"name": "1984",
"category": "Science Fiction",
"author": "George Orwell",
"description": "A dystopian novel depicting a totalitarian society where critical thinking is suppressed.",
"timestamp": 1645968000,
"url": "https://m.media-amazon.com/images/I/61ZewDE3beL._AC_UF894,1000_QL80_.jpg"
},
{
"id": 4,
"name": "Pride and Prejudice",
"category": "Classic",
"author": "Jane Austen",
"description": "A witty and romantic novel featuring the independent-minded Elizabeth Bennet.",
"timestamp": 1645927200,
"url": "https://img1.od-cdn.com/ImageType-400/2389-1/112/3FE/D8/%7B1123FED8-AAD0-4DD8-98C6-3F9FA3AAADC9%7DImg400.jpg"
},
{
"id": 5,
"name": "The Catcher in the Rye",
"category": "Fiction",
"author": "J.D. Salinger",
"description": "A coming-of-age story that explores themes of teenage angst and rebellion.",
"timestamp": 1645886400,
"url": "https://qph.cf2.quoracdn.net/main-qimg-1a476ecc76e44800ce3223b043aa425d-lq"
},
{
"id": 6,
"name": "Harry Potter and the Sorcerer's Stone",
"category": "Fantasy",
"author": "J.K. Rowling",
"description": "The first book in the popular Harry Potter series, introducing the magical world of Hogwarts.",
"timestamp": 1645845600,
"url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJfzyp4sFB3GRlIBcGjL-Zeg34kFvlaYOa0ZcDwllDMg&s"
},
{
"id": 7,
"name": "The Lord of the Rings",
"category": "Fantasy",
"author": "J.R.R. Tolkien",
"description": "An epic fantasy trilogy following the journey of Frodo Baggins to destroy the One Ring.",
"timestamp": 1645804800,
"url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSoyUcnImygY3h7UcHQaUs1J5NXgEEpdpIio7B5kSdicg&s"
},
{
"id": 8,
"name": "The Hobbit",
"category": "Fantasy",
"author": "J.R.R. Tolkien",
"description": "A prelude to The Lord of the Rings, chronicling Bilbo Baggins' adventures with dwarves.",
"timestamp": 1645764000,
"url": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546071216l/5907.jpg"
},
{
"id": 9,
"name": "The Hunger Games",
"category": "Young Adult",
"author": "Suzanne Collins",
"description": "A dystopian trilogy where teenagers are forced to participate in a televised fight to the death.",
"timestamp": 1645723200,
"url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTBJUEV8DbKX6rzxIoUlqTKqPhKtX7yxhGBekDY3kyWOA&s"
},
{
"id": 10,
"name": "The Da Vinci Code",
"category": "Mystery",
"author": "Dan Brown",
"description": "A thrilling mystery that combines art, religion, and secret societies in a quest for hidden truths.",
"timestamp": 1645682400,
"url": "https://m.media-amazon.com/images/I/815WORuYMML._AC_UF1000,1000_QL80_.jpg"
}
],
"categories": [
{
"id": 1,
"name": "Classic"
},
{
"id": 2,
"name": "Fiction"
},
{
"id": 3,
"name": "Science Fiction"
},
{
"id": 4,
"name": "Fantasy"
},
{
"id": 5,
"name": "Young Adult"
},
{
"id": 6,
"name": "Mystery"
}
],
"reviews": [
{
"id": 1,
"review": "This book was a masterpiece! I couldn't put it down.",
"userName": "John",
"bookId": 6,
"timestamp": 1646052800
},
{
"id": 2,
"review": "An important and thought-provoking novel.",
"userName": "Emily",
"bookId": 3,
"timestamp": 1646025600
},
{
"id": 3,
"review": "A gripping dystopian tale that kept me hooked until the end.",
"userName": "Michael",
"bookId": 8,
"timestamp": 1645998400
},
{
"id": 4,
"review": "Jane Austen's wit and charm shine through in this classic.",
"userName": "Sophia",
"bookId": 1,
"timestamp": 1645971200
},
{
"id": 5,
"review": "A coming-of-age story that resonated with me deeply.",
"userName": "Oliver",
"bookId": 4,
"timestamp": 1645944000
},
{
"id": 6,
"review": "A thrilling and suspenseful mystery novel.",
"userName": "Ava",
"bookId": 2,
"timestamp": 1645916800
},
{
"id": 7,
"review": "The characters in this book were so well-developed!",
"userName": "Liam",
"bookId": 9,
"timestamp": 1645889600
},
{
"id": 8,
"review": "I couldn't stop reading until I finished the last page.",
"userName": "Isabella",
"bookId": 7,
"timestamp": 1645862400
},
{
"id": 9,
"review": "An emotional rollercoaster that left me in awe.",
"userName": "Mason",
"bookId": 5,
"timestamp": 1645835200
},
{
"id": 10,
"review": "Highly recommended! A must-read for all fantasy lovers.",
"userName": "Mia",
"bookId": 10,
"timestamp": 1645808000
},
{
"id": 11,
"review": "The plot twists in this book were mind-blowing.",
"userName": "Lucas",
"bookId": 2,
"timestamp": 1645780800
},
{
"id": 12,
"review": "A beautifully written and poignant story.",
"userName": "Charlotte",
"bookId": 1,
"timestamp": 1645753600
},
{
"id": 13,
"review": "I couldn't get enough of the rich world-building in this book.",
"userName": "William",
"bookId": 3,
"timestamp": 1645726400
},
{
"id": 14,
"review": "The suspense in this thriller novel kept me on the edge of my seat.",
"userName": "Harper",
"bookId": 6,
"timestamp": 1645699200
},
{
"id": 15,
"review": "A heartwarming and inspiring tale that touched my soul.",
"userName": "Benjamin",
"bookId": 10,
"timestamp": 1645672000
},
{
"id": 16,
"review": "I couldn't stop laughing while reading this hilarious book.",
"userName": "Amelia",
"bookId": 4,
"timestamp": 1645644800
},
{
"id": 17,
"review": "A powerful and thought-provoking memoir.",
"userName": "Henry",
"bookId": 8,
"timestamp": 1645617600
},
{
"id": 18,
"review": "The lyrical prose in this book was simply breathtaking.",
"userName": "Elizabeth",
"bookId": 7,
"timestamp": 1645590400
},
{
"id": 19,
"review": "I couldn't predict the ending of this captivating book.",
"userName": "Alexander",
"bookId": 3,
"timestamp": 1645563200
},
{
"id": 20,
"review": "A thrilling and suspenseful mystery novel.",
"userName": "Ella",
"bookId": 5,
"timestamp": 1645536000
}
]
}