Use the getBook function to get a Book.
Example:
constinstaplot=require("instaplot");(async()=>{constbook=awaitinstaplot.getBook("the magic of thinking big");console.log(book)})();A Book object has these attributes from Google Books API
idtitleauthorsdescriptionpublisherpublishedDatethumbnailURLtotalItems
The getBook function currently takes only one argument name.