Embark is a webapp which plans and suggests trips based on few inputs like:
- Departure and Arrival Dates
- Budget
- Foreign/Domestic Travel
- Type of destination (Urban vs Tourist)
It uses the Amadeus API to fetch the data and Flask to implement the backend.
- You must first get your Amadeus API key by registering here.
- Create a config.py file with your Amadeus API key based on the example_config.py
- Now, change directory to the location of
run.pyusing the following command:
cd EmbarkHI
Run the app by typing:
python run.py
Open up your favorite browser to:
localhost:5000
Voila, you're all set!
- Make it faster. (Lesser queries)
- Put it up on heroku
Graphic Attributions Icons from the Noun Project, licensed under the Creative Commons 3.0 License