Project

top_box

0.0
No commit activity in last 3 years
No release in over 3 years
A command-line application that provides top box office movie summaries, and critic reviews from imdb.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.16
~> 10.0
 Project Readme

TopBox

This is a Ruby CLI command-line interface application that allows the user to view summaries and critic reviews of current top box office films. Data provided by imdb.com.

View on rubygems

Requirements

This app was built on ruby 2.3.3.

Usage

For gem installation:

This will install the gem in your environment, then use irb (the interactive ruby shell) to activate a new instance of the CLI application.

$gem install 'top_box'
$irb
$require 'top_box'
$TopBox::CLI.new.call

For locally cloned repositories, initialize application with command below, then follow on screen prompts.

$ bin/top_box

Author

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/'jk-me'/top_box. 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

The app is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the TopBox project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.