← BACK TO PROJECTS
Weather-Lookup #03
OVERVIEW
Weather-Lookup is a clean, simple weather application that lets you search for weather conditions in any city worldwide. It uses the OpenWeatherMap API to fetch real-time data including temperature, humidity, wind speed, and weather conditions with matching icons.
BUILT WITH
javascriptweather apihtml/css
LINKS
WHAT I LEARNED
Working on Weather-Lookup taught me about integrating third-party APIs, handling API keys securely, and displaying dynamic data in a user-friendly way. I also learned about geocoding, unit conversions, and how to handle errors gracefully when the API is unavailable.