An experiment to display GTFS public transit data in SwiftUI
Stars
8
Forks
0
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
84
commits
Encapsulate route drawing into ContentViewModel (mostly)
d6eb8c7View on GitHubBegan ViewModel architecture with GTFSInfoViewModel and associated View
5f7410aView on GitHubtestGTFSUnzipperProcessorIntegration pipeline working with local MBTA .zip data
4e8405aView on GitHubCrazy Combine pipeline integration test case in progress
e32aad0View on GitHubBegan GTFSProcessor class to process raw GTFS structs into more useful data structures.
6d364b8View on GitHubBuilt first experimental test case of routesPublisher with XCTest expectation
884b7eeView on GitHubRefactored CSV reader to deal in Strings rather than file URLS.
c1047b4View on GitHub