The API part of the OpenSky SouthTyrol project based on the branch webserver
To fetch the source code, you can use the following command:
git clone --recursive https://github.com/maxkofler/opensky-st-api
It is recommended to build the docker container using the following command:
docker build . -t opensky-st-api
After building the container image, it can be used for testing purposes with docker run:
docker run -it -p "8080:8080" opensky-st-api
To find the API documentation, open the APIDOC.md file.