A simple and intuitive weather application that fetches real-time weather data using the OpenWeatherMap API. This project demonstrates API integration, secure web communications, and deployment on Netlify.
- Displays current weather conditions based on user location.
- Fetches real-time data using OpenWeatherMap API.
- Minimalistic and responsive UI for a seamless experience.
- HTML5: For structuring the web content.app
- CSS3: For styling and layout design.
- JavaScript: For API integration and dynamic content rendering.
- Netlify: For hosting and deployment.
- Clone the repository:
git clone https://github.com/vaibhav0725/weather-app.git cd weather-app
- Open the project in your code editor.
- Open the
index.html
file in you browser to run application locally
- Create an account on OpenWeatherMap
- Get your API key from your account's API section.
- In the
main.js
file, replaceYOUR_API_KEY
with your API key