xofbd / wqu-weather-app

A demo web application for WorldQuant University Introduction to Data Science Module
GNU General Public License v3.0
7 stars 11 forks source link

Added Wiki summary #4

Closed gammaG2 closed 4 years ago

gammaG2 commented 4 years ago

Closes #2

Added Wiki Summary for the closest location.

The logic searches for ( City , Country ) as per the IP Address and then shows the summary of the 1st item from the search list.

The ( City , Country ) search result will not result in a None result as long as the Weather API is not sending an incorrect location which is highly unlikely.