Sha256: 534b8d3a85fef39a60709198fb0874082b347569401bc640f2c2ea63a9959cad

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

Google Book
===========

Google Book is a Ruby wrapper to the [Google Book Search Data API](http://code.google.com/apis/books/docs/gdata/developers_guide_protocol.html).

Usage
-----

    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=..."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-book-0.3.2 README.md
google-book-0.3.1 README.md
google-book-0.3.0 README.md