/flower_shop

Primary LanguageRubyMIT LicenseMIT

FlowerShop

Just a FlowerShop test

Installation

Clone from github

git clone git@github.com:maleko/flower_shop.git

And then execute

$ bundle

Usage

Run it by executing

$ bin/flower_shop

Enter the orders by providing the number of flowers needed and the flower code. For e.g. "15 L08"

Separate each order item with a new line

End the order with a "END"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request