This is a simple weather application built with JavaScript, HTML, and CSS. It allows users to search for weather information for a specific location and view the current weather as well as the forecast for the next three days.
https://weather-guruji.netlify.app/
- Search for weather information by location
- View current weather details including temperature, condition, humidity, and wind speed
- View forecast weather for the next three days including maximum and minimum temperatures, condition, humidity, and wind speed
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/weather-app.git
- Navigate to Project Directory
cd weather-app
- Run Build Command
npm run build
- Enter a location in the search input and click the search button to view weather information.
- Toggle between Celsius and Fahrenheit units by clicking the temperature unit toggle button.
This application uses the following APIs:
- OpenWeatherMap API for weather data.
To use the application, you'll need to sign up for an API key and replace it in the api.js
file.
- OpenWeatherMap for providing weather data.
- Icons made by Freepik from www.flaticon.com.
This project is licensed under the MIT License - see the LICENSE file for details.