Build a bot that triggers searches on http://thetrainline.com and returns the results in a specific format.
- The bot should respond to
ComThetrainline.find(from, to, departure_at)
. - Assume that the parameters
from
andto
will be EXACTLY what you need. departure_at
will be a Ruby DateTime object.