NAME

↑

Travel::Status::DE::ASEAG - unofficial ASEAG departure monitor.

SYNOPSIS

↑

    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

↑

version 2.01

DESCRIPTION

↑

Travel::Status::DE::ASEAG is an unofficial interface to the ASEAG realtime departure monitor.

METHODS

↑

my $status = Travel::Status::DE::ASEAG->new(%opt)

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.

DIAGNOSTICS

↑

None.

DEPENDENCIES

↑

* Travel::Status::DE::URA(3pm)

BUGS AND LIMITATIONS

↑

Many.

SEE ALSO

↑

ura-m(1), Travel::Status::DE::URA(3pm).

AUTHOR

↑

Copyright (C) 2013-2016 by Birte Kristina Friesel <derf@finalrewind.org>

LICENSE

↑

This module is licensed under the same terms as Perl itself.