https://github.com/public-transport/fptf.swift
Swift types for working with the friendly-public-transport-format
https://github.com/public-transport/fptf.swift
fptf public-transportation transport
Last synced: 3 months ago
JSON representation
Swift types for working with the friendly-public-transport-format
- Host: GitHub
- URL: https://github.com/public-transport/fptf.swift
- Owner: public-transport
- Created: 2017-10-22T20:38:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T06:29:16.000Z (about 6 years ago)
- Last Synced: 2025-07-01T13:25:25.063Z (3 months ago)
- Topics: fptf, public-transportation, transport
- Language: Swift
- Homepage: https://public-transport.github.io/FPTF.swift/
- Size: 327 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚉 FPTF
This package includes the necessary types for working with the [friendly-public-transport-format (v1.0.2)](https://github.com/public-transport/friendly-public-transport-format/releases/tag/1.0.2). All types conform to Swift's `Codable` protocol to enable seamless de- and encoding of FPTF-JSON.
## Installation
FPTF is available via Swift Package Manager, just add it to your project's dependencies.
```swift
.package(url: "https://github.com/public-transport/FPTF.swift", from: "latest")
```