-
Notifications
You must be signed in to change notification settings - Fork 32
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
[resource request] Transport for London #243
Comments
If you know C++, you can create a new parser yourself and submit a pull request. For this, you need to subclass |
This sounds complex but hopefully doable :3 |
I see that the API you mentioned supports JSON and XML. Parsing XML is a pain, so I'd suggest using JSON here. You can take a look at Don't know how is it for @smurfy, but unfortunately, I don't have much time for side-projects ATM. But I'll try to help if you have some questions (or need a code review). |
I'm quite busy myself at the moment too. |
Sounds good - I use JSON a lot at work, so I'm much more comfortable with that than XML. |
Hi I wanted to say that I've written a backend for Transport for London based on api.tfl.gov.uk |
The feature is now available for Ubuntu Touch: https://open-store.io/app/openstore.fahrplan2 @dayrover thanks for uploading. |
Hi!
Right now Ubuntu Touch is missing any decent transport apps for London, and I think fahrplan could do a good job. The details of the API are on the TfL website here: https://tfl.gov.uk/info-for/open-data-users/data-feeds?intcmp=29422
I would, of course, be up for doing most of this myself, but for now I don't really know where to begin!
Thanks,
Sanchit
The text was updated successfully, but these errors were encountered: