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-apiIt is recommended to build the docker container using the following command:
docker build . -t opensky-st-apiAfter building the container image, it can be used for testing purposes with docker run:
docker run -it -p "8080:8080" opensky-st-apiTo find the API documentation, open the APIDOC.md file.