Skip to content

The API part of the OpenSky SouthTyrol project based on the branch webserver

License

Notifications You must be signed in to change notification settings

MacKenzie779/opensky-st-api

 
 

Repository files navigation

opensky-st-api

The API part of the OpenSky SouthTyrol project based on the branch webserver

Obtaining the source code

To fetch the source code, you can use the following command:

git clone --recursive https://github.com/maxkofler/opensky-st-api

Building

It is recommended to build the docker container using the following command:

docker build . -t opensky-st-api

Usage

After building the container image, it can be used for testing purposes with docker run:

docker run -it -p "8080:8080" opensky-st-api

Documentation

To find the API documentation, open the APIDOC.md file.

About

The API part of the OpenSky SouthTyrol project based on the branch webserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Makefile 2.7%
  • Dockerfile 1.6%
  • Shell 0.2%