Giter Site home page Giter Site logo

habil / react-goodreads Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 872 KB

Note: As of December 8th 2020, Goodreads is no longer issuing new developer keys. *Simple React Goodreads component for the latest read books on your shelf

Home Page: https://habil.dev

JavaScript 100.00%
reactjs goodreads react-component react-goodreads cors shelf

react-goodreads's Introduction

react-goodreads

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

Build Status npm npm npm demo Quality Gate Status Maintainability Rating Security Rating

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

Props Default isRequired
apikey null Y
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.

react-goodreads's People

Contributors

dependabot[bot] avatar habil avatar renovate-bot avatar restyled-commits avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

alextricity25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.