-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public use of API #8
Comments
Ooo… thanks! Ultra important! If you want to use government data then you HAVE TO ask them for permission! Apply using one of the following legal acts as your base:
Anyway…
If you have a mac then you can download, compile and run the app in the simulator. If not, then there is a video that I send to Apple with each update (this is an old version, now we also have bell for notifications from @AlertMPK). As for the using Wroclive api:
Some tips:
|
Big thanks for letting me know. I will definitely look into it, I really hope it won't complicate things - I didn't worry about legal things before! 😄 thank you for possibly saving me from being sued lol
Wow, thank you so much for sharing! I love the select design - I wanted to implement something similar in other project I'll be doing, and I will definitely take inspiration from that. App looks lovely in general, great artistic job! ✨
Dezipping and things is not a task suited for Cloud Functions (which my API works on), but I think GitHub Actions will do the work! Thank you for explaining how does this process work.
Since I do not have personal interest in API for Wrocław yet, and I don't want to stress your servers, I will leave a link to your repository for now! It's incredibly big help that you managed to wrote all these details. It should be easy to incorporate it into the API, eventually! Thank you a thousand times 🎉
This is how I ended trying to use my free $100 on Azure for this project before even going to production, hehe Though, I'm amazed how much cloud services were smartly used in this project!
Seems to be a very universal tip, thank you for giving advice!
Makes sense, it seems to be a really useful feature.
Noted, very useful tip! Technical questions:
|
Depends on what “Cloud Functions” mean:
Try open data at 3 am -> you will see a lot of vehicles just standing there in depots. This is a pure visual noise. |
The whole Wroclive is based on GCP - Free Tier products. Though you have to be careful when reading terms, for example: for Compute Engine you get “1 non-preemptible e2-micro VM instance per month” but only in This does not matter for AppEngine, so you can place them wherever you like. |
Thank you once again for explaining all these things in so much detail! I don't have any more questions, but I feel like it's good to leave this issue opened, so others might see it. |
Hi!
When I was doing research on Wrocław's API, I've stumbled upon this repository, and it's incredible! It gives a good example of enterprise-grade API that works on production and uses modern infrastructure. I especially appreciate clear documentation of every detail (not omitting even the costs!) that makes understanding how does it work frictionless! Furthermore, the project doesn't limit only to a server, but also powers beautiful app! I wish I would have iOS to check it out. 😄 I hope this repository is going to have more stars, so it's easier to discover. Besides that, it seems to be perfect project to be put into portfolio! 👏
I work on a related project, poland-public-transport-api, and I was wondering if your API (
/api/v1/lines;stops;vehicles
) could be integrated into my middleware. It would leverage Cloudflare's Cache, so usage would be limited to minimum. Hopefully, your project could gain popularity and use among programmers! Of course, if it's something you wouldn't like, let me know, and I will just leave link to this repo in my project!The text was updated successfully, but these errors were encountered: