/airPort-2-airPort

Create a web app that calculates the distance (in nautical miles) between two airports. The app should autocomplete the airports and should feature all airports in the U.S. only. Bonus: plot the trip on Google maps. If you are using npm, please do not include your node_modules folder and make sure that all your requirements are in package.json.

Primary LanguageCSSMIT LicenseMIT

airPort-2-airPort

Create a web app that calculates the distance (in nautical miles) between two airports. The app should autocomplete the airports and should feature all airports in the U.S. only. Bonus: plot the trip on Google maps. If you are using npm, please do not include your node_modules folder and make sure that all your requirements are in package.json.

features

  1. Autocomplete of all United States airport codes
  2. All United States airport location information using Air-Port-Codes API
  3. Takes two airport codes and calculates the distance between them
  4. Plots the points of the airports on a map using Google Maps API