simple ruby log parser
Using Ruby Version 2.7.4
Run bundle
first
ruby app.rb <log_path>
commands:
all - Returns all sorting lists
unque - list of webpages with most unique page viewe ordered from most pages views to less page views
visits - list of webpages with most page views ordered from most pages views to less page views
Run rspec
to run the tests