0.2.0 • Published 3 years ago

goodreads-bookshelf v0.2.0

Weekly downloads
40
License
ISC
Repository
github
Last release
3 years ago

Goodreads Bookshelf

Build Status Codecov Coverage npm David

Install

npm i goodreads-bookshelf

Usage

You will need to provide your own Goodreads API developer ID and key.

import { GoodreadsBookshelf, Book, Shelf } from "goodreads-bookshelf";

const myBookshelf: GoodreadsBookshelf =
  new GoodreadsBookshelf("Goodread Id", "Goodreads Key");
await myBookshelf.getBooks();
const myReadingBooks: Book[] = myBookshelf.readingBooks();
const myReadBooks: Book[] = myBookshelf.readBooks();
const groupedByYear: { [key: number]: Book[] } = myBookshelf.readBooksGroupedByYear();
0.2.0

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago