BGG Hotness CLI
Description
BGG Hotness CLI is a fast command line interface for checking the top 50 hot boardgames of BoardGameGeek.com's API.
It was built by @imjoshellis as a part of Flatiron School's Software Engineering program.
Installation
Add this line to your application's Gemfile:
gem "bgg-hotness-cli"
And then execute:
bundleOr if you prefer:
gem install bgg-hotness-cliUsage
Run bin/bgg-hotness-cli in your terminal for a quickstart.
Or require 'bgg-hotness-cli and create run with BggHotnessCLI::CLI.run.
For example:
irb
require 'bgg-hotness-cli'
BggHotnessCLI::CLI.runOnce you're in the interface, use ↑/↓ arrows to navigate between options and press Enter to select your choice.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/imjoshellis/bgg-hotness-cli 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 gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Bgg Hotness CLI project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
