Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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