1.1.6 • Published 2 years ago

instaplot v1.1.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

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

  • id
  • title
  • authors
  • description
  • publisher
  • publishedDate
  • thumbnailURL

getBook

The getBook function currently takes only one argument name.

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago