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 2 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T10:15:10.000Z (about 7 years ago)
- Last Synced: 2025-01-21T13:09:31.789Z (over 1 year 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
[](https://dev1an.github.io/NMBS/Functions.html)     
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)
```