Weatherman is an iOS-inspired web application that allows users to search a location and see the current and forcasted weather for that area using data from Open Weather API.
-
First search by city using the Geocoding API to get the location data.
-
Then make a call to the One Call API using the returned latitude and longitude of the location.
https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}