ClimaBot is a simple weather application that provides real-time weather data and map visualization.
- Search by city name or current location.
- Weather info: temperature, description, humidity, wind speed.
- Weather icons.
- Interactive map using Leaflet and OpenStreetMap.
- HTML5
- CSS3 / SASS
- JavaScript
- Bootstrap
- Leaflet.js
- OpenWeatherMap API
-
Clone the repository:
git clone https://github.com/your-username/climabot.git -
Get your API key from OpenWeatherMap.
-
Add the API key inside
logic.js: -
const ApiKey = "YOUR_API_KEY_HERE";

