This project utilizes the openWeather API to fetch weather data for a specified city. It provides real-time weather information, including temperature, humidity, wind speed, and more.
- Fetches weather data from the openWeather API.
- Displays current weather conditions for a specified city.
- Supports multiple cities within the USA.
- HTML
- CSS
- JavaScript
- openWeatherMap.org API
The project is structured as follows:
π¦:.
βββ README.md
βββ .gitignore
βββ public
βββ css
β βββ index.css
βββ img
β βββ favicon.ico
β βββ logo.png
βββ js
β βββ index.js
βββ index.html
- Clone the repository:
git clone https://github.com/verafes/vf-openWeather-app.git
- Navigate to the project directory:
cd <your project directory>
- Open the
index.htmlfile in your web browser. - Enter the zipcode of the location you want to check the weather for.
- This project was created as part of learning web development and API integration at Code the Dream.