Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 840 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 840 Bytes

BixiTrip

Video Demo

https://drive.google.com/a/mcmaster.ca/file/d/1dQSjcRRqspCUT3arvEIrEVwDoi_bXPH4/view?usp=sharing

Instructions on usage and installation

  1. Open SE-2XB3-Final-Project folder in Eclipse and open the project Group01_FinalProject
  2. 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.
  3. 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.