8000 GitHub - vincentchin/airport-distance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vincentchin/airport-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a web application that calculates the distance (nautical miles) between two airports in the US. Data was scraped from a list of about 40 major airports in the US with their IATA codes, names and geographic coordinates. When calculating distance between airports, it will center on the midpoint and scale the zoom according to distance. It will also draw a polyline between the two points.

Alt text

Requirements

I'm using Node v4.1.0 and NPM v3.5.2. The app generally should need a Google Maps API KEY for google-map-react but it works without one. It'll just fire off a warning and limit the map usage. If you do want to use a key, just add it into bootstrapURLKeys in src/SimpleMap.js.

How to Run


  cd airport-distance
  npm install
  npm start

Libraries/Packages/Resources Used

Things To Consider

The web application isn't really responsive since the map and markers are only useful at max size.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0