jMetro is a desktop Java application that computes the shortest path between Metro de Madrid stations.
Download the latest version from Releases.
Double click on jMetro-x.y.jar
or run the following command on Terminal
java -jar target/jMetro-x.y.jar
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
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details