Sha256: 101b98f44bde8770e072b10725f09bde3419144deaca92120a9b8c65ce4ba75b
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
# GameGem This CLI Gem scrapes a list of the top 30 games from the Steam "Top-Sellers" list (URL at http://store.steampowered.com/) and prints them out to the console. Once the list if printed, users may view games from the list by entering the game's number. This allows them to view the final discounted price of each game. Then, they may return to the main menu and view other games from the list or exit the app. ## Installation Add this line to your application's Gemfile: ```ruby gem 'game_gem' ``` And then execute: $ bundle Or install it yourself as: $ gem install game_gem ## Usage Run $ .bin/run to run the app. Enter (1-30) to view game details at the main menu. When viewing a game's specific details, enter 'y' to to view another game, or 'n' to quit the app. ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/'VictoriaMeng'/game_gem.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
game_gem-0.5.0 | README.md |
game_gem-0.4.0 | README.md |
game_gem-0.3.0 | README.md |
game_gem-0.2.0 | README.md |