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

Cleveland Transit Mobile Application
0 stars 0 forks source link

Port to GTFS #117

Open jacob-g opened 6 years ago

jacob-g commented 6 years ago

It is now clear that the RTA will not provide proper support for the JSON API currently in use. Switch to the GTFS API in order to continue having supported data. Since the list of stops is currently stored on the server, a lot of the process can take advantage of existing abstraction.

jacob-g commented 6 years ago

The backend now has a list of stops and lines.

jacob-g commented 6 years ago

Trips and arrivals are now in place on the backend as well.