Skip to content

echatman/nextbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextbus Build Status

Simple Java client for the NextBus API.

Official NextBus documentation: http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf

Quick start:

NextBusService nextBusService = new NextBusService();
AgencyListResponse agencyList = nextBusService.agencyList();
RouteListResponse routeList = nextBusService.routeList("sf-muni");
ScheduleResponse scheduleResponse = nextBusService.schedule("sf-muni", "N");
// and so on

About

Java client for the NextBus API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages