This project is a weather application built using HTML, CSS, and JavaScript. It fetches weather data using the OpenWeatherAPI. Users can view real-time weather information by entering the name of a city.
User-friendly interface Real-time weather information (temperature, weather description, humidity, wind speed) Turkish language support Stylish and modern design
- HTML
- CSS
- JavaScript
- OpenWeatherAPI
-
Clone or download this project:
git clone https://github.com/YOUR_GITHUB_USERNAME/weather-js-app.git cd weather-js-app -
Ensure that the necessary files are installed:
npm install
-
Get your OpenWeatherAPI key:
-
Replace the APIKey variable in the script.js file with your own API key
-
Run the project on your local server or open the index.html file in a browser.


