This app is created with the goal of saving time searching cheaper flights.
If you want to fly with a low cost airline and you there is not a direct connection to the airport, you have to do the following steps to find a flight:
- You have to search which connections are possible by going through the different airports that connect from the first airport, and seeing if there is a connection to your end destination.
- You have to search each flight individually for the connection.
- You have to compare the landing date of the first one with the departure date of the second one.
- You have to repeat the process for many dates to find the cheapest one.
This app tries to solve this problem by:
- Showing which connections are possible between two airports with a maximum of one stop:
- Showing for a time range (e.g. 1 month), which days have a connection:
The app currently has the following airlines implemented. An extension would be possible depending on the availability of the airline API's.:
- ✅ Ryanair
- ❎ Vueling (Flight requests are being blocked by Akami)
-
Pull this project or copy the
docker-compose.yaml
and.env
files. -
Add a certificate or create a self signed certificate to an
ssl
folder:├── docker-compose.yaml ├── .env └── ssl ├── cert.key └── cert.pem
-
Start the docker stack with
docker compose up -d
. -
The server should accessible in your IP.