Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.32 KB

Weather Display Application

This repository contains an application that allows users to view weather conditions for selected locations. The application utilizes API data from OpenWeatherMap to fetch current weather, humidity, and wind speed data.

Features

  • View weather conditions for selected locations.
  • Real-time data on temperature, humidity, and wind speed.
  • Simple and intuitive user interface.

Technologies Used

  • ReactJS: for developing the user interface.
  • Axios: for making requests to the OpenWeatherMap API.
  • CSS: for styling and designing the user interface.

Application Link

The application is available at the following link: Weather Application

Please visit this link to view and use the application. If you have any questions or suggestions, feel free to contact us.

Running Locally

If you want to run this project locally on your computer, clone this repository and follow these steps:

  1. Open a terminal and navigate to the project folder.
  2. Run npm install to install all dependencies.
  3. Then run npm start to start the application on your local server.

That's it! Now you can use the weather application locally on your computer.

License

This project is distributed under the MIT License.