Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

ISBN

node v8.17.0
version: 2.0.0
endpointsharetweet
const goodreads = require('goodreads-api-node'); const myCredentials = { key: 'lprKXJcIQLFz9yRLHfznnA', secret: '3gPDELKdcy11K9H3xKtxy8LxegJysIM383l5fYCc4' }; const gr = goodreads(myCredentials); gr.getBooksByAuthor('175417') .then(console.log);
Loading…

no comments

    sign in to comment