==================
_________
r== | |
_ // | M.A. | ))))
|_)//(''''': | |
// \_____:_____.-------D )))))
// | === | / \
.:'//. \ \=| \ / .:'':./ )))))
:' // ': \ \ ''..'--:'-.. ':
'. '' .' \:.....:--'.-'' .'
':..:' ':..:'
- Clone this repository, and install dependencies with bundle
- Insert your Twilio credentials into the './lib/twilio_private_data_template.rb' file, and rename to './lib/twilio_private_data.rb'
- To see menu, open irb and run:
fooderoo = Fooderoo.new
fooderoo.show_menu
- To select any number of items from the menu:
fooderoo.select 'Pizza Diavola', 2
- Once you are happy with your selection, check the total cost of your order by typing:
puts fooderoo.check_order 20
- If the order total is as expected, you will receive a text message confirmation of the expected delivery time.