Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev1an/nmbs
Swift interface to acces the iRail API
https://github.com/dev1an/nmbs
api ios irail macos navigation nmbs route-planner swift swift-4 tvos watchos
Last synced: about 11 hours ago
JSON representation
Swift interface to acces the iRail API
- Host: GitHub
- URL: https://github.com/dev1an/nmbs
- Owner: Dev1an
- License: mit
- Created: 2017-07-22T07:38:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T10:15:10.000Z (over 5 years ago)
- Last Synced: 2024-11-20T18:49:57.416Z (2 months ago)
- Topics: api, ios, irail, macos, navigation, nmbs, route-planner, swift, swift-4, tvos, watchos
- Language: Swift
- Homepage: https://dev1an.github.io/NMBS
- Size: 547 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NMBS API for Swift 4
[![Documentation coverage](https://dev1an.github.io/NMBS/badge.svg)](https://dev1an.github.io/NMBS/Functions.html) ![Swift 4](https://img.shields.io/badge/Swift-4-orange.svg) ![macOS](https://img.shields.io/badge/macOS-10.12-lightgray.svg) ![iOS](https://img.shields.io/badge/iOS-11-lightgray.svg) ![tvOS](https://img.shields.io/badge/tvOS-11-lightgray.svg) ![watchOS](https://img.shields.io/badge/watchOS-4-lightgray.svg)
This is a modern library to fetch data from the iRail API. It leverages Swift 4's all new decoding and encoding features.
## Usage
- Clone this repository
- Build the desired framework
- Include the framework in you package## API reference
See [documention](https://dev1an.github.io/NMBS/Functions.html)**Documentation generation**
```shell
jazzy --github_url https://github.com/Dev1an/NMBS --github-file-prefix https://github.com/Dev1an/NMBS/blob/$(git rev-parse HEAD)
```