This is an application that simulates an airport arrivals board. It is used to play an amusing little party ice-breaker game involving flight numbers.
the google-geocode gem
- Ticket#disance to calculate the great circle distance between origin and destination.
- Ticket#velocity to calculate a velocity (or some kind of score) based on distance and time.
- Ticket#transport to place a ticket in a bucket based on velocity.
- Make Ticket#set_locations return something useful in the case of geocoding errors.
- Make ArrivalsBoard#arrival set the tickets locations