Weblog parser a Ruby program that parses a log file and returns the result of total and unique visits for every path logged in the log file.
Ruby version 2.7.2 is required to run the program.
Clone the repository and run.
bundle
Go to the program directory and Run
ruby weblog_parser.rb webserver.log
Go to the program directory and Run
rspec
**NOTE: Log file is included in the repository.