EPFL Service Open

Open the EPFL website (service) associated with the Git repo.

Travis Status Coverage Status Apache License 2.0 CPAN Version

--- Install ------- Via CPAN with: ```bash cpan install EPFL::Service::Open ``` Usage ----- ### Command Line ```bash epfl-service-open --help Usage: epfl-service-open --help epfl-service-open ``` ### Module ```perl use EPFL::Service::Open qw( getService ); my $serviceUrl = getService('git@github.com:epfl-devrun/epfl-news-reader.git'); print $serviceUrl; # https://epfl-devrun.github.io/epfl-news-reader/ ``` Contributing ------------ Contributions are always welcome. See [Contributing](CONTRIBUTING.md). Developer --------- * [William Belle](https://github.com/williambelle) License ------- Apache License 2.0 (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018. See the [LICENSE](LICENSE) file for more details.