Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiliankoe/trias
🚏 TRIAS client library
https://github.com/kiliankoe/trias
public-transport public-transportation trias
Last synced: 24 days ago
JSON representation
🚏 TRIAS client library
- Host: GitHub
- URL: https://github.com/kiliankoe/trias
- Owner: kiliankoe
- License: mit
- Created: 2020-02-09T16:53:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T12:09:29.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T11:09:05.106Z (6 months ago)
- Topics: public-transport, public-transportation, trias
- Language: Swift
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚏 Trias
This aims to be a client library for TRIAS systems enabling you to access public transport data from compatible providers. This library does
not aim to implement TRIAS as closely as possible, but only as far as it makes sense when using it with Swift. Native types and ease of use
are preferred, but customizability and complex requests should still be possible.Official documentation can be found [here [PDF]](https://www.vdv.de/431-2-sdsv1.2.pdfx?forced=false).
**This library is still very much a work-in-progress and should be considered non-functional for the time being.**
## Installation
Trias is available through Swift Package Manager.
```swift
.package(url: "https://github.com/kiliankoe/Trias.git", from: "<#latest#>")
```## Terms of Service
Please refer to your provider's terms of service regarding use of their services. Establishing a line of contact is never a bad idea, *especially* if
excessive use is planned.