Skip to content

AksaMJML/weather-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Weather Site

Weather Site is a simple and interactive web application that displays current weather information for a user’s chosen city. It provides real-time weather details using external weather APIs and offers a clean user interface to search and view weather conditions.

🌤️ Description

This project allows users to search for any city around the world and see live weather updates, including temperature, humidity, wind speed, and weather conditions. The site is built with HTML, CSS, and JavaScript and demonstrates how to integrate third-party weather APIs into a frontend web application.

🚀 Features

  • 🔍 Search weather by city name
  • ☀️ Display current temperature and conditions
  • 💧 Show additional details like humidity and wind speed
  • 📱 Responsive and user-friendly interface
  • 🌍 Works for cities worldwide

🛠️ Built With

  • HTML5 – Structure of the web pages
  • CSS3 – Styles and responsive layout
  • JavaScript – API calls and DOM manipulation
  • Weather API – Live weather data (e.g., OpenWeatherMap – replace with your own API key)

📦 Getting Started

To run this project locally:

💾 Clone the Repository

git clone https://github.com/AksaMJML/weather-site.git
cd weather-site

⚙️ Configure API Key

  1. Sign up for a weather API (e.g., OpenWeatherMap).
  2. Replace the placeholder API key in your JavaScript file with your own:
const apiKey = 'YOUR_API_KEY_HERE';

Made with ❤️ by AksaMJML

About

Weather Site is a web application that allows users to search for and view current weather information for any city in the world. Built using HTML, CSS, and JavaScript, it fetches live weather data from a third-party API and displays details such as temperature, humidity, wind speed, and sky conditions in a clear and user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors