https://drive.google.com/a/mcmaster.ca/file/d/1dQSjcRRqspCUT3arvEIrEVwDoi_bXPH4/view?usp=sharing
- Open
SE-2XB3-Final-Project
folder in Eclipse and open the projectGroup01_FinalProject
- To run the console version of the program, run
BixiTrip.java
with a valid start station code and end station code as arguments. For example, 6323 6079 would be a valid set of arguments for the program to function properly. - To run the UI version of the program, run
BixiTripUI.java
. Start and end stations can be selected from within the UI, so no input arguments are necessary.
The program will automatically generate and open a Google Maps trip URL in your default browser once a trip has been found.