Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 681 Bytes

spec.md

File metadata and controls

12 lines (11 loc) · 681 Bytes

Specifications for the CLI Assessment

Specs:

  • Have a CLI for interfacing with the application :: Build CLI so that user can interact with the application. Greets the user once the application is loaded, guides user through the process. 3 options available: select a player by typing his ranking, display Top10 players, and exit.
  • Pull data from an external source Using gems Nokogiri and Open-uri load external website and scrape it, get Top10 tennis players.
  • Implement both list and detail views List view: Display Top10 tennis players Detail view: Based on user's selection, provide info about selected player's last played tournament.