/playlab_coding_challenge

Url Log Analyzer. Finding mean, median & mode based on url

Primary LanguageRuby

Playlab Challenge Solution

Requirements

  • Ruby = 2.2+

Setup

  • Goto project's folder in your terminal
  • run bundle install
  • now run cat examples sample.rb | ruby bin/log_analytics.rb

Specs

if you want to run the specs please run rspec . in project's home directory.