3.1.5 • Published 11 months ago

react-goodreads-shelf v3.1.5

Weekly downloads
14
License
MIT
Repository
github
Last release
11 months ago

react-goodreads-shelf

build CodeQL Maintainability Rating Coverage

This React component allows you to display a public Goodreads shelf in a React application. It's a lot like the Goodreads JavaScript widget, but allows for more customization, better async loading, and React-like usage.

Demo

Live Demo

Preview

Example image

Installation

npm install --save react-goodreads-shelf

or

yarn add react-goodreads-shelf

Usage

import React from "react";
import GoodreadsBookshelf from "react-goodreads-shelf";

export default function App() {
  return (
    <GoodreadsBookshelf userId="USER_ID_HERE" />
  );
}

Customization

You can also set some options as supported by the Goodreads list page:

OptionTypeDescriptionDefault
shelfstringThe shelf from which to fetch booksread
sortstringThe field by which to sort the results returneddate_read
limitnumberThe maximum number of books to be returned10
widthnumberMinimum width allowed for each book100
searchstringSearch text""

Development

  • npm run start to watch changes and build
  • npm run storybook to launch storybook for testing

Contribution

Please feel free to open issues or pull request and I will review as promptly as I am able.

Contributors

4.0.0-beta

12 months ago

3.1.5

11 months ago

4.0.0-beta.2

12 months ago

3.1.4

11 months ago

4.0.0-beta.1

12 months ago

3.1.3

1 year ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.3.0-0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago