Skip to content

Instantly share code, notes, and snippets.

@seemaullal
Last active May 1, 2017 14:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seemaullal/d88654a32f5fa9b341e8 to your computer and use it in GitHub Desktop.
Save seemaullal/d88654a32f5fa9b341e8 to your computer and use it in GitHub Desktop.
Airport Distance Calculator Instructions

Airport Distance Calculator

Calculate the distance between two airports.

About

  • Search for an airport by typing its name, city, or airport code. Airport names will autocomplete as you search
  • The distance between the two airports will be calculated in nautical miles and the airports will also be shown on a Google map.

Live Version

A live version of the application is online at https://airport-distances.herokuapp.com/. Alternatively, follow the installation instructions below to run the application locally.

Installation

  1. Extract the zip file into a directory and cd into that directory using the command line
  2. Make sure you have node and npm installed (https://docs.npmjs.com/getting-started/installing-node)
  3. Run npm install' (this should also gulp build)
  4. Start application with npm start (should start on port 8001)
  5. Visit http://localhost:8001/ to view the application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment