GithubHelp home page GithubHelp logo

hackpacker's Introduction

Hackpacker

HackMIT 2019

This project is designed to take in an origin, destination, number of stops, start date and end date (YYYY-MM-DD). The origin and destination come in as an airport code to ensure that they are unique and can be matched up on the Amadeus flight API. The program then finds the cheapest way to visit different countries from the origin to the destination over the duration of your entered start and end dates. We used a greedy algorithm for the first iteration to make sure things were working, but would later update it to include more backtracking and dynamic price checking. Checks were implemented to ensure the trip ended in a proper location, keeping the user from flying to a destination that has no outbound flights on this API.

This app would be useful to automate the searching for cheap trips between two destinations over a given time frame.

2 example command line calls:

python3 graphCreator.py BOS LAX 3 2019-09-21 2019-09-30

python hackpacker.py BOS LAX LON 2019-10-10 2019-10-19

hackpacker's People

Contributors

bchen1116 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.