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.