google_books v0.0.2 GoogleBooks

Provides a wrapper for the Google Books API.

Currently only supports finding a book by ISBN.

Summary

Functions

Searches for a book by the given ISBN. Returns a map containing the book information if found

Functions

find_by_isbn(isbn)

Searches for a book by the given ISBN. Returns a map containing the book information if found.

Returns the atom :not_found if there is no result.

iex> GoogleBooks.find_by_isbn("978-1338099133")