/bestselling-books

Find the best books

Primary LanguageRuby

Bestselling Books

Welcome to this Command Line Interface(CLI) Application! The application shows bestselling books that you can use for your Book Club. It's always tough choosing the right book for everyone. This application solves that problem. You will be able to choose from 100 books!

To see these books in the application clone this Github repository to your local environment. Then, make sure you are executing the application in the directory of the newly cloned repo. Now, in this directory, you'll find the files needed to run this CLI Application. The required files and gems are in the file lib/bestselling_books. To see this code in action, run bin/run for an interactive command line application.

Installation

Install the required gems for this application using the following commands:

gem  install nokogiri
gem  install pry
gem  install colorize

And then execute:

$ ruby bin/books

Usage

After running the execute command above, the application will prompt you to navigate through application to:

  1. Select a book to find more details
  2. View the list of 100 books
  3. Exit the application

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/stef-codes/bestselling_books. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This application is available as open source under the terms of the MIT License.