- 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.
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.
- Extract the zip file into a directory and
cd
into that directory using the command line - Make sure you have
node
andnpm
installed (https://docs.npmjs.com/getting-started/installing-node) - Run
npm install'
(this should alsogulp build
) - Start application with
npm start
(should start on port 8001) - Visit http://localhost:8001/ to view the application.