Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.27 KB

Travelto

About

Travelto tries to find the cheapest way to travel between two destinations.

Screenshot(s)

Configuration

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:

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE for details.