An open API service indexing awesome lists of open source software.

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

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")
```