this post was submitted on 06 Jun 2024
207 points (96.8% liked)

Open Source

30263 readers
280 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I'm currently looking to develop an open source app that can help somebody. I'm currently out of ideas, so I'd like to heard if from you guys.

Sorry if it seems to lazy to ask for ideas like that, I just thought that I could do it since the result will be a free app.

you are viewing a single comment's thread
view the rest of the comments
[–] nix@midwest.social 6 points 3 months ago* (last edited 3 months ago) (3 children)

The Transit app, used for bus/train route info and buying tickets. I imagine the ticket buying part would be difficult to OS, but I just want the live transit routing info. A few apps exist for other cities, but not mine. Worst part is Transit relies on Google Maps.

[–] NightAuthor@lemmy.world 3 points 3 months ago (2 children)

I believe google maps pulls its data from municipalities setting up and streaming realtime data using this: https://developers.google.com/transit/gtfs-realtime

For my city, I was able to pull this GTFS data into my home automation system to show next arrival times for a couple of convenient stops near my home.

[–] nix@midwest.social 2 points 3 months ago (1 children)

Yea, I've looked into how it works to see if I could add it to an existing app, but ran into a wall I can't recall right now.

The local stops would be good, but what I really need is the ability to figure out new routes, like visiting a friend.

[–] NightAuthor@lemmy.world 3 points 3 months ago

Oh yeah, then you definitely need something else to take the transit schedule and realtime updates to plan routes for you.