jacob-g / cleveland-rta-next-bus-train

Cleveland Transit Mobile Application
0 stars 0 forks source link

Add real-time data to backend #119

Open jacob-g opened 6 years ago

jacob-g commented 6 years ago

Currently all data comes from the schedule on the backend. Use the GTFS-RT data to figure it out. Send it in the same format as it is now, and this will avoid requiring any changes to the frontend.

jacob-g commented 6 years ago

An example of GTFS-RT in PHP is available at https://developers.google.com/transit/gtfs-realtime/examples/php-sample