🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

google-book

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-book

bundlerRubygems
Version
0.4.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 10 Jun 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts