1.0.8 • Published 4 years ago

react-goodreads v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-goodreads

react-goodreads is a React-component for Goodreads read shelf.

Build Status npm npm npm demo

1. Install

npm install --save react-goodreads

2. Usage

Grab your Goodreads developer's key from here .

Component support responsive design with pure css.

https://cors-anywhere.herokuapp.com/ used for cors (Goodread does not support cors yet.) (year 2018?)

import React, { Component } from 'react';
import GoodReads from 'react-goodreads';

class App extends Component {
  render() {
    return (
      <div className="App">
        <header className="App-header">
        <GoodReads apikey="yourApiKey"/>
        </header>
      </div>
    );
  }
}

export default App;

3. Props

PropsDefaultisRequired
apikeynullY
caption'My Goodreads Read Shelf'N
bookCoverTitle'Book Cover'N
bookNameTitle'Book Name'N
startAtTitle'Started At'N
ratingTitle'Rating'N
locales'en-EN'N

4. TODO

  • Custom styling

LICENSE

MIT@habil.

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago