An open API service indexing awesome lists of open source software.

https://github.com/guruprasad619/weather-app

Developed a React.js web application allowing users to search for specific locations, displaying a four-day weather forecast for the selected area using real-time data from the OpenWeatherMap API.
https://github.com/guruprasad619/weather-app

api leaflet-map livemap openweathermap-api reactjs weather-app

Last synced: about 2 months ago
JSON representation

Developed a React.js web application allowing users to search for specific locations, displaying a four-day weather forecast for the selected area using real-time data from the OpenWeatherMap API.

Awesome Lists containing this project

README

          

# Weather App

A simple weather forecasting application that provides a 6-day weather forecast for a specified city using the OpenWeatherMap API.

## Features
- Search for weather forecasts by city name.
- Displays a 6-day weather forecast including temperature and weather description.
- Interactive map showing the location of the searched city.

## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Leaflet**: JavaScript library for interactive maps.
- **OpenWeatherMap API**: API for fetching weather data.
- **CSS**: For styling the application.

## How to Run
1. Clone the repository:
```bash
git clone https://github.com/yourusername/Weather-app.git
cd Weather-app
```

2. Install the dependencies:
```bash
npm install
```

3. Start the application:
```bash
npm start
```

4. Open your browser and navigate to `http://localhost:3000`.

## Live Demo
You can view the live application at [Weather App](https://guruprasad619.github.io/Weather-app/).