Skip to content

alisinan/EmbarkHI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview:

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.

Usage

  1. You must first get your Amadeus API key by registering here.
  2. Create a config.py file with your Amadeus API key based on the example_config.py
  3. Now, change directory to the location of run.py using 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!

To do:

  1. Make it faster. (Lesser queries)
  2. Put it up on heroku

Graphic Attributions Icons from the Noun Project, licensed under the Creative Commons 3.0 License

About

TravelApp made at HackIllinois

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.8%
  • HTML 2.6%
  • Other 0.6%