Welcome to the Weather App repository! This project is a web application that provides real-time weather updates for any location. It utilizes HTML, CSS, and JavaScript to deliver a user-friendly interface and fetches data using the OpenWeatherMap API.
- Live Weather Data: Get up-to-date weather information for your current location or search for any city worldwide.
- 5 Days Forecast: You Can See your city 5 days forecast
- Explore Section: You Can See Many Random City Weather On Explore Section
- Add More Citys: You Can Add More Citys
- Frontend: HTML, CSS, JAVASCRIPT
- API: OpenWeatherMap
- Icons: Fontawesome
-
To get name of the location (city name or area name) by using longitude and latitude :- https://openweathermap.org/api/geocoding-api
-
To get current location weather :- https://openweathermap.org/current
-
To get 5 day forecast :- https://openweathermap.org/forecast5
To get a local copy up and running, follow these simple steps.
- Run index.html file in your browser.
- A modern web browser.
- An API key from OpenWeatherMap Api
- Clone the repository:
git clone https://github.com/poorvanshtonk/Weather- Navigate to the project directory:
cd weather- Change API key for all the js files
let apiKey = "Your API Key";- Open
index.htmlin your browser to view the project.
To use the Weather App, simply enter the name of the city in the search bar and press enter. The app will display the current weather conditions, including temperature, humidity, wind speed, and more.
[Name: Poorvansh Tonk]
[Contact Number: 8439194309]
[Mail To: [email protected]]