Skip to content

Commit

Permalink
Add qntm books
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx committed Sep 20, 2024
1 parent 7029ee2 commit ce7769b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
Binary file added assets/covers/ra.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/isbns
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@
9780441478125
9781680680324
038051284X
9798721503788
9798735007937
2 changes: 1 addition & 1 deletion bin/fetch-covers
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

FILE="$1"
OUTPUT="$2"
COVERS_DIR="content/books/covers"
COVERS_DIR="assets/covers"
URL="https://openlibrary.org/api/books?format=json&jscmd=data&bibkeys=ISBN:"

covers=0
Expand Down
16 changes: 16 additions & 0 deletions data/books.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"title": "Ra",
"isbn": "9798735007937",
"authors": "qntm",
"url": "https://openlibrary.org/books/OL32826032M/Ra",
"cover_url": "https://covers.openlibrary.org/b/id/11457994-M.jpg",
"cover": "ra.jpg"
},
{
"title": "There is No Antimemetics Division",
"isbn": "9798721503788",
"authors": "qntm",
"url": "https://openlibrary.org/books/OL49226440M/There_is_No_Antimemetics_Division",
"cover_url": "https://covers.openlibrary.org/b/id/0011457905-M.jpg",
"cover": "there_is_no_antimemetics_division.jpg"
},
{
"title": "The Dispossessed",
"isbn": "038051284X",
Expand Down

0 comments on commit ce7769b

Please sign in to comment.