A simple and responsive weather application built using HTML, CSS, and JavaScript. The app allows users to search for any city and view real-time weather information using a weather API.
- 🌍 Search weather by city name
- 🌡️ Display current temperature
- ☁️ Show weather conditions
- 💧 Humidity information
- 💨 Wind speed
- 📱 Responsive design
- ⚡ Fast and lightweight
- HTML5
- CSS3
- JavaScript (ES6)
- Weather API
weathershowapp/
│
├── index.html
├── style.css
├── script.js
└── README.md
git clone https://github.com/thatcoolcoder1/weathershowapp.git
cd weathershowappSimply open the index.html file in your browser.
Or, if you use Visual Studio Code:
- Install the Live Server extension.
- Right-click
index.html. - Select Open with Live Server.
If the project uses a weather API (such as OpenWeatherMap), add your API key in the JavaScript file:
const API_KEY = "YOUR_API_KEY";Replace "YOUR_API_KEY" with your own API key.
The application displays:
- 🌍 City Name
- 🌡️ Current Temperature
- ☁️ Weather Condition
- 💧 Humidity
- 💨 Wind Speed
Contributions are welcome!
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a Pull Request
This project is licensed under the MIT License.
thatcoolcoder1
GitHub: https://github.com/thatcoolcoder1
⭐ If you found this project useful, consider giving it a Star!