Project Overview
A simple weather application using vanilla JavaScript to connect to the OpenWeather Api. By setting my URL constant to
https://api.openweathermap.org/data/2.5/weather?q=${inputVal}&appid=${apiKey}&units=metric
and substituting the respective {inputVal} and {apiKey}, I'm able to pull relevant weather information based on the city entered into the input.
Tools Used
HTML
CSS
JavaScript
GIT/Version Control
API