Home > google-book

google-book

Google-book is a project mainly written in Ruby, based on the WTFPL license.

A Ruby wrapper to the Google Book Search Data API

Google Book

Google Book is a Ruby wrapper to the Google Book Search Data API.

Usage

require 'google/book'

entries = Google::Book.search('deleuze')
entry = entries.first

puts entry.title
=> "Difference and repetition"
puts entry.isbn
=> "9780826477156"
puts entry.cover.thumbnail
=> "http://bks0.books.google.com/books?id=..."
Previous:webhelp