Create a Takeaway program that takes in orders from a menu and sends a SMS confirmation to your phone after successfully ordering.
Learning Object-Oriented-Programming, using Rubygems and Test-Driven-Development.
- Ruby
- Rspec
- Twilio
git clone git@github.com:NicoSa/Takeaway.git
cd Takeaway
irb
require './require_all.rb'- Play with the classes, place an order and have it send an SMS to your phone!
cd Takeaway
rspec