tiramisu
Tiramisu is a travel app that allows users to plan spontaneous trips. It utilizes various API's of Amadeus's Travel Innovation Sandbox, specifically the Flight Inspiration Search, Hotel Airport Search, and Car Rental Airport Search APIs. Given an origin location and a range of dates, the website will output the five cheapest flights from that start location, and a list of five hotels and rental cars that operate in the destination location.
To run the app:
Set up a Python virtual environment by first running
pip install virtualenv
, and thenvirtualenv -p /usr/bin/python2.7 venv
Enter the virtual environment by execeuting
source venv/bin/activate
, and runpip install -r requirements.txt
To launch the app, cd into tiramisu and run
python tiramisu.py
Log in or sign up for Devpost to join the conversation.