BlinkTagInc / transit-departures-widget

Build a realtime transit departures widget from GTFS and GTFS-Realtime Data.
MIT License
22 stars 5 forks source link

fix: allow query param in config gtfsRtTripupdatesUrl #12

Closed eMerzh closed 7 months ago

eMerzh commented 7 months ago

hello :)

here is small change to allow base gtfs_rt_tripupdates_url to contain url params. otherwise it will just create myurl?param1=yes?cachbust=12 which won't work :)

Hope this helps