Skip to content

HeetPatel07/weather-api-app

Repository files navigation

Weather API App 🌦️

A React application that fetches and displays real-time weather data using the OpenWeatherMap API.

Live Demo

Click here to view the app! 🌐

Features

  • Search for weather details by city name.
  • Displays temperature, wind speed, humidity, and weather condition with an icon.
  • Real-time API integration.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/weather-api-app.git
  2. Navigate to the project directory:

    cd weather-api-app
  3. Install the required dependencies:

    npm install
  4. Create a .env file in the root directory and add your API key like this:

    REACT_APP_WEATHER_API_KEY=your-api-key-here
    
  5. Run the app in development mode:

    npm start

    Open http://localhost:3000 to view it in your browser.

Built With

  • React
  • OpenWeatherMap API

License

This project is licensed under the MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors