Skip to content

Instantly share code, notes, and snippets.

View vramirez122000's full-sized avatar

Víctor Ramírez vramirez122000

View GitHub Profile
@vramirez122000
vramirez122000 / GTFS Realtime Example Java
Created July 8, 2015 00:27
GTFS Realtime Example Java
import com.google.transit.realtime.GtfsRealtime;
import static com.google.transit.realtime.GtfsRealtime.*;
/**
* Created by victor on 2/07/15.
*/
public class EndpointMain {