tidbyt / community

A publishing platform for apps developed by the Tidbyt community 🚀
Apache License 2.0
379 stars 643 forks source link

Baywheels GBFS feed changed #1793

Closed burritojustice closed 1 year ago

burritojustice commented 1 year ago

The Baywheels app is not loading. Seems that Lyft may have deprecated the old Baywheels GBFS feed URLs.

current ones are here:

https://gbfs.baywheels.com/gbfs/2.3/gbfs.json

I think the station info and station status on lines 16 and 17 need to be updated:

https://github.com/tidbyt/community/blob/c43065da0020ed829fcab21fd86dd23b87b43571/apps/baywheels/bay_wheels.star#L16

https://gbfs.lyft.com/gbfs/2.3/bay/en/station_information.json

https://gbfs.lyft.com/gbfs/2.3/bay/en/station_status.json

(sorry I didn’t do a PR, just got my Tidbyt and don’t have the dev tools set up yet to test…)

tavdog commented 1 year ago

the new urls do apparently work. Issueing PR now.

matslina commented 1 year ago

Thanks @tavdog !