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.