Travelto tries to find the cheapest way to travel between two destinations.
API keys are configured trough environment variables.
You can either set them up manually, or you can create a .env
file in the root directory.
Here is the layout:
KIWI_SEARCH=...
KIWI_MULTICITY=...
KIWI_NOMAD=...
RAPID_KEY=...
RAPID_SKYSCANNER_HOST=...
Here are links to the websites where you can register for API access:
Feel free to contribute!
Use tools such as Rustfmt and Clippy to improve your code.
Commit messages should follow conventionalcommits.org.
Where type is one of the following: feat
, fix
, ci
, docs
or refactor
.
This project is licensed under the MIT License - see the LICENSE for details.