The Flight Search API that runs on your machine. With kiwi-flight-engine, you can easily find flights at the best prices. This application connects you to various flight providers, saving you time and effort.
To get started with kiwi-flight-engine, follow these steps to download and set it up on your machine.
To download the latest version of kiwi-flight-engine, please visit this page to download.
To run the kiwi-flight-engine, follow these simple steps.
Open Your Terminal or Command Prompt: Depending on your OS, open a terminal (macOS/Linux) or Command Prompt (Windows).
cd command to change the directory to where the kiwi-flight-engine files are located. For example:
cd C:\path\to\folder\kiwi-flight-engine
cd /path/to/folder/kiwi-flight-engine
pip install -r requirements.txt
python main.py
You can test the application by sending requests to the API. Use a tool like Postman or curl to make requests to http://localhost:8000.
Example request:
GET http://localhost:8000/search?from=London&to=NewYork&date=2023-12-01
This request will return flight options between London and New York.
If you encounter any issues while using kiwi-flight-engine, you can reach out for support. Open an issue on the GitHub repository, and someone will be there to help you.
This project is licensed under the MIT License. Feel free to use it as you wish, but remember to give credit to the original creators.
For more detailed instructions and advanced features, refer to the official documentation and tutorials available in the repository. By using kiwi-flight-engine, you have chosen a powerful tool to find the best flights available efficiently.
Make the most of your flight search with kiwi-flight-engine!