Skip to content

Ayush991rec/weather-forecast-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Weather Forecast Application

This is a Spring Boot-based weather forecast application that fetches data from the OpenWeatherMap API and displays it on a frontend webpage.

Features

  • Fetches current weather data for a given city.
  • Displays temperature and weather description.
  • Built using Spring Boot, HTML, CSS, and JavaScript.

Technologies Used

  • Backend: Java, Spring Boot
  • Frontend: HTML, CSS, JavaScript
  • API: OpenWeatherMap API

How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/weather-forecast-app.git

2.Navigate to the project directory:

cd weather-forecast-app

3.Update the application.properties file with your OpenWeatherMap API key.

4.Run the Spring Boot application:
```bash
./mvnw spring-boot:run
Open your browser and go to http://localhost:8080.

About

A Spring Boot Weather Forecast Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors