Translink changed their markup after launching the new journey planner.
Update scraper to parse new markup.
Stop location data is rendered along with the rest of the HTML document. We should look at extracting this to. More reliable than matching Translink data.
This is not a priority for me. I already have matched data and currently working on finishing my iOS app.
Have merged changes into master. Still undecided on whether to use strings or integers for representing directions in the trips table. Given my use case is iOS, I am interested in smallest possible file size.
Translink changed their markup after launching the new journey planner.
This is not a priority for me. I already have matched data and currently working on finishing my iOS app.