1.1.6 • Published 3 years ago

instaplot v1.1.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
3 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

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago