From d517bd104f2668b06ea22fe939c6164763a29579 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 22:07:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CStarkweather=E2=80=9D?= =?UTF-8?q?=20(started)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/json/read.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index e69de29b..d927165f 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -0,0 +1,19 @@ +[ + { + "isbn": "1640095411", + "dateStarted": "2024-04-10", + "status": "started", + "rating": "unrated", + "title": "Starkweather", + "authors": [ + "Harry N. Maclean" + ], + "publishedDate": "2023", + "description": "The Untold Story of the Killing Spree That Changed America", + "pageCount": 0, + "printType": "BOOK", + "categories": [], + "thumbnail": "https://covers.openlibrary.org/b/id/14544652-S.jpg", + "language": "en" + } +] \ No newline at end of file