michalharakal / Kartbahn

Proof of concet of a Kotlin multiplatorm app using AutobahnGmbH API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kartbahn

This is a proof of concept app written in Kotlin with Kotlin Multiplatform utilizing Autobahn App API es described here: https://github.com/bundesAPI/autobahn-api

Documentation

For documentation we use Antora.

to build it locally, you need docker running.

docker run -v $PWD:/antora:Z --rm -t antora/antora  antora-playbook.yml
Note
use --platform linux/amd64 for Apple Silicon Macs

Publishing

Even being an early stage, it can be usefull to have parts of API avaliable as maven artifact.

  1. git commit -am "Prepare for release X.Y.Z." (where X.Y.Z is the new version)

  2. git tag -a X.Y.Z -m "Version X.Y.Z" (where X.Y.Z is the new version)

  3. git push && git push --tags

About

Proof of concet of a Kotlin multiplatorm app using AutobahnGmbH API

License:Apache License 2.0


Languages

Language:Kotlin 82.6%Language:Swift 10.6%Language:Ruby 5.8%Language:Shell 0.8%Language:HTML 0.3%