Module: google

Used to make calls to the Google Books API.
Source:

Methods

(inner) getByISBN(isbn, callback)

Returns details of the book specified by the supplied ISBN.
Parameters:
Name Type Description
isbn String the ISBN of the book to return
callback function run on completion
Source:

(inner) searchByString(query, callback)

Searches the Google API for books matching the string.
Parameters:
Name Type Description
query String the string to search for
callback function run on completion
Source: