This is a weather app that uses the OpenWeatherAPI to provide users with current weather information for a specified location.
- HTML, CSS, JavaScript
- OpenWeatherAPI
- Clone the repository or download the zip file.
- Register on the OpenWeather website and create your API key.
- Copy this API key and paste into
APIKey
variable intoscript.js
file. - Open the
index.html
file in your web browser. - Enter the city in the input field and click the search button.
- After that you will get data about the weather in this city (temperature, humidity, wind speed).
This project is licensed under the MIT License.