A simple command-line utility to search the Google Books API.
This is just a simple experiment, not a full featured CLI.
First, clone this repo.
Then, install the gems by running bundle install
.
To run the specs, execute bundle exec rspec
.
Finally, run the executable with bin/gbooks "your search query"
from within the repo's
root folder.