Travel::Status::DE::ASEAG - unofficial ASEAG departure monitor.
use Travel::Status::DE::ASEAG; my $status = Travel::Status::DE::ASEAG->new( stop => 'Aachen Bushof' ); for my $d ($status->results) { printf( "%s %-5s %25s (in %d min)\n", $d->time, $d->line, $d->destination, $d->countdown ); }
version 2.01
Travel::Status::DE::ASEAG is an unofficial interface to the ASEAG realtime departure monitor.
Requests the departures as specified by opts and returns a new Travel::Status::DE::ASEAG object.
Calls Travel::Status::DE::URA->new with the appropriate ura_base and ura_version parameters. All opts are passed on.
See Travel::Status::DE::URA(3pm) for the other methods.
None.
Many.
ura-m(1), Travel::Status::DE::URA(3pm).
Copyright (C) 2013-2016 by Birte Kristina Friesel <derf@finalrewind.org>
This module is licensed under the same terms as Perl itself.