/weather

Primary LanguageHTML

Weather

A simple page that displays the current weather

Technology used

I have an API that returns the user's IP address using PHP (see ip). I use that then pass the IP to the ipgeolocation API (IPGeolocation API) to get the user's city & state. After all that, I send a request to the weather API (WeatherAPI).

APIs used