NextBusFinder is a Java application that reads General Transit Feed Specification (GTFS) data from a zip file and returns the next buses arriving at a specified station within the next 2 hours. The application supports displaying the arrival times in either relative or absolute format.
- Java 1.8 or later
- Maven
NextBusFinder uses the OneBusAway GTFS library. The dependencies are managed using Maven.
git clone https://github.com/yourusername/NextBusFinder.git
cd NextBusFinder