Skip to content

marcosocon/graphql-goodreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-goodreads

Getting Started

First install dependencies:

$ cd graphql-goodreads
$ npm install
$ node index.js

This implementation exposes this structure (you can use as many properties as you want, more coming!):

query{
  author(id: <someId>) {
    name,
    gender,
    hometown,
    fans_count,
    author_followers_count,
    image_url,
    books {
      title,
      isbn,
      description
    }
  }
}

That's all!

Releases

No releases published

Packages

No packages published