An unofficial API for fetching and dowloading books from GoalKicker using web scraping with Cheerio.
Returns a JSON array of all books listed on the homepage. Each object in the array includes the following keys:
title: The title of the book.cover_url: The URL of the book's cover image.page_url: The URL to the book's detailed page.
Returns all extracted data from the webpage associated with the given book URL.
url(GET): The URL of the book's webpage.
Returns an object with the following structure:
title: The title of the book.cover_url: The URL of the book's cover image.contents: An object containing:chapters: List of chapters.appendices: List of appendices.
page_previews: Additional previews of the book's pages.
Thanks to GoalKicker team for creating these wonderful programming books!