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

Tries to find the cheapest way to travel between two destinations

License

Notifications You must be signed in to change notification settings

jonassterud/travelto

Repository files navigation

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.

About

Tries to find the cheapest way to travel between two destinations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published