1.1.6 • Published 3 years ago
instaplot v1.1.6
Getting started
Use the getBook function to get a Book.
Example:
const instaplot = require("instaplot");
(async () => {
const book = await instaplot.getBook("the magic of thinking big");
console.log(book)
})();Book
A Book object has these attributes from Google Books API
idtitleauthorsdescriptionpublisherpublishedDatethumbnailURL
getBook
The getBook function currently takes only one argument name.