The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Map::Metro - Web interface to Map::Metro maps

Requires Perl 5.10+ Travis status Distribution kwalitee CPAN Testers result coverage 81.8%

VERSION

Version 0.0200, released 2017-09-30.

SYNOPSIS

    $ morbo path/to/app-map-metro
    # Then visit http://localhost:3000
    # or:

    $ map-metro.pl mroute Stockholm Akalla Kista

DESCRIPTION

App::Map::Metro is a simple web interface to Map::Metro implemented in Mojolicious. It can also be used as an alternative backend to the route command, by instead using mroute (currently hardcoded to use localhost and port 3000).

The web interface (available at http://localhost:3000), lists all installed maps and presents two select menus to pick routes in a chosen city.

There is currently no error handlling.

SEE ALSO

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.