Robbie Nguyen Logo Image
Robbie Nguyen

OpenWeather API

A weather application built using JavaScript, HTML, CSS, and OpenWeather's API.

Project Image

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