0.2.0 • Published 5 years ago

goodreads-bookshelf v0.2.0

Weekly downloads
40
License
ISC
Repository
github
Last release
5 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

5 years ago

0.1.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago