Welcome to the AirScan! Airscan is a demo web application that allows you to read several types of data related to aviation.
- Scanning current flights above selected area.
- Overview of information related to current flights.
- Overview of information related to aircrafts.
- Overview of information related to airports.
- Project information
- Scanning current flights above selected area
- Detailed flight information
- Detailed airports information
- Showing history of flights to/from selected airport
- Showing airports on selected area
- Searching for detailed information about aircrafts
- User authentication and favorites list
- To run the app for the development purposes the account in the OpenSky Network is necessary.
- Docker.
- Fill the /.env file with the django secret-key and OpenSky Network credentials.
- Build the docker image based on the Dockerfile:
docker ruild -t air-scan:latest .
- Run docker container based on the created image:
docker run -d -p 8000:8000 air-scan
- The app will be served in the localhost:8000
-
Flights data are provided from the OpenSky Network. The OpenSky Network provides REST API, that allows to retrieve multiple information related to aviation.
-
Photos of aircrafts are provided from the Planespotters application. The Planespotters provides REST API, that provides photos of aircrafts.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.