Sha256: e0379f673a77e20e9c9a6602af042f5b2a9000d0d72c3b4f0ced1f7a31a87628

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 Bytes

Contents

# Specifications for the CLI Assessment

Specs:
- [x] Have a CLI for interfacing with the application
  - Running ./bin/run after installing the gem successfuly runs the app.
- [X] Pull data from an external source
  - The app scrapes data from http://store.steampowered.com/
  - CSS selectors used are "#tab_topsellers_content a", ".tab_item_name", and ".discount_final_price".
- [X] Implement both list and detail views
  - Main menu brings up list of top 30 best-selling games.
  - Entering 1-30 selects game from list to view prices.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
game_gem-0.6.0 spec.md
game_gem-0.5.0 spec.md
game_gem-0.4.0 spec.md
game_gem-0.3.0 spec.md
game_gem-0.2.0 spec.md
game_gem-0.1.0 spec.md