jMetro
May 1, 2024 ยท View on GitHub
jMetro is a desktop Java application that computes the shortest path between Metro de Madrid stations.
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