jiep / jMetro

jMetro is a desktop Java application that computes the shortest path between Metro de Madrid stations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jMetro

jMetro is a desktop Java application that computes the shortest path between Metro de Madrid stations.

CI

Prerequisites

Installation

Download the latest version from Releases.

Run jar

Double click on jMetro-x.y.jar or run the following command on Terminal

java -jar target/jMetro-x.y.jar

Build from source

NOTE: Maven is required to build from source.

Run the following command:

mvn clean compile resources:resources assembly:single

Resulting jar is contained in folder target.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

jMetro is a desktop Java application that computes the shortest path between Metro de Madrid stations.

License:MIT License


Languages

Language:Java 100.0%