Git Product home page Git Product logo

flygo's Introduction

FlyGo

A web application for finding flights when you don't have a destination yet. Currently not working due to Sabre API returning errors even when using sample API calls

Update - Not Working

For some reason the Sabre API is returning 404 for valid requests, even sample requests in their Developer Studio page are returning 404. Until this is fixed Flygo will not work.

Concept

FlyGo is for finding flights when you have dates and a budget but not a destination. The goal of the FlyGo project is to only find flights that match your criteria which can be any combination of the below:

  • Budget
  • Dates (fixed or flexible)
  • Layover length
  • Continent (include or exclude)
  • Domestic or International
  • Airline Alliance

Setup

First register for an API key from Sabre Dev Studio and go through the Authentication Steps.

Then clone this repo to your local machine and navigate to its root directory. Run npm install to install all npm dependencies.

After loading the npm modules download to the public directory angular-ui-unique by running bower install angular-ui-utils#bower-unique

Once all dependencies have installed run

SECRET='Bearer {YOUR-KEY-HERE}' npm start

to run the server. The Flygo page can be accessed at http://localhost:3000 in your browser

TODO

  • Implement Continent filter
  • Better UI
  • Change depart and arrive to not show date unless arrive on different date
  • Other sorting options

Sources

Airfare data is sourced from Sabre, and airport and airline codes are originally sourced from OpenFlights.org and modified/converted into json files by me.

flygo's People

Contributors

benjdj6 avatar

Watchers

James Cloos avatar  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.