Look for the lowest price of a particular currency in particular month
- Install ruby
gem install bundler
bundle install
ruby main.rb currency month year
e.g.ruby main.rb USD 4 22
- all params are optional and defualt to USD and current month
docker-compose up -d
docker compose run app ruby main.rb currency month year
e.g.ruby main.rb USD 4 22
- all params are optional and defualt to USD and current month