robert-yarborough / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:CSS 52.3%Language:HTML 40.8%Language:JavaScript 6.9%