From 595826390320dda83fc5faa37fd9655be25af96c Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 18 Jan 2025 21:29:46 +0300 Subject: [PATCH] Radme.md update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8b3df4e..ce8c954 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Unoffical Goodreads Book Search API +# Unoffical Goodreads Book Search This library allows you to retrieve book information from Goodreads using only the ISBN number, without needing an API key. The library analyzes Goodreads' HTML structure and returns book details in JSON format. It works asynchronously (based on Promises).