Weather App

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.

Live at:

https://weather-guruji.netlify.app/

Features

  • 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

Screenshots

Screenshot 1 Screenshot 2

Installation

To run this application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/weather-app.git
  1. Navigate to Project Directory
cd weather-app
  1. Run Build Command
npm run build

Usage

  • 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.

API Usage

This application uses the following APIs:

To use the application, you'll need to sign up for an API key and replace it in the api.js file.

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.