Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

hakanensari/google-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Ruby wrapper to the Google Book Search Data API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages