-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbooks.json
87 lines (87 loc) · 2.04 KB
/
books.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
{
"sapiens": {
"title": "Sapiens: A Brief History of Humankind",
"author": "Yuval Noah Harari",
"published": "2015-02-10T00:00:00.000Z",
"ratings": 67459,
"rating_average": 4.6,
"recent_ratings": [
{
"date": "2021-01-01T12:00:00.000Z",
"rating": 4.5
},
{
"date": "2020-01-01T12:00:00.000Z",
"rating": 4.7
}
]
},
"the-fabric-of-the-cosmos": {
"title": "The Fabric of the Cosmos: Space, Time, and the Texture of Reality",
"author": "Brian Greene",
"published": "2005-02-08T00:00:00.000Z",
"ratings": 1682,
"rating_average": 4.7,
"recent_ratings": [
{
"date": "2021-01-01T12:00:00.000Z",
"rating": 4.6
},
{
"date": "2020-01-01T12:00:00.000Z",
"rating": 4.8
}
]
},
"the-food-lab": {
"title": "The Food Lab: Better Home Cooking Through Science",
"author": "J. Kenji López-Alt",
"published": "2015-09-21T00:00:00.000Z",
"ratings": 9183,
"rating_average": 4.9,
"recent_ratings": [
{
"date": "2021-01-01T12:00:00.000Z",
"rating": 5
},
{
"date": "2020-01-01T12:00:00.000Z",
"rating": 4.8
}
]
},
"the-demon-haunted-world": {
"title": "The Demon-Haunted World: Science as a Candle in the Dark",
"author": "Carl Sagan",
"published": "1997-02-05T00:00:00.000Z",
"ratings": 4785,
"rating_average": 4.7,
"recent_ratings": [
{
"date": "2021-01-01T12:00:00.000Z",
"rating": 4.8
},
{
"date": "2020-01-01T12:00:00.000Z",
"rating": 4.6
}
]
},
"letters-from-an-astrophysicist": {
"title": "Letters from an Astrophysicist",
"author": "Neil deGrasse Tyson",
"published": "2020-09-03T00:00:00.000Z",
"ratings": 2348,
"rating_average": 4.8,
"recent_ratings": [
{
"date": "2021-01-01T12:00:00.000Z",
"rating": 4.9
},
{
"date": "2020-01-01T12:00:00.000Z",
"rating": 4.7
}
]
}
}