Skip to content

elie-tdev/distance-airports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distance between USA airports

This app should calculate the distance between two United States airports in nautical miles, using auto-complete for the airport fields. All United States Airports should be searchable by name or 3 digit code. Bonus: plot the flying (not driving) route on Google maps, the map should display the United States, not the entire earth. Note: please choose the API you think best fits your solution, only United States airports should be included.

Built With

ENV

Installation

  • Run yarn install if you use yarn or npm install.
  • Run yarn start to launch the app which will automatically launch the app in the browseror, or npm run start.

Deployment