Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 979 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 979 Bytes

WeatherBee - React Weather App

status

WeatherBee is a weather forecasting application built using React.js that allows users to retrieve weather information for different locations using the OpenWeatherMap API.

Features

  • View current weather conditions for a specified location.

  • Responsive design for optimal user experience on various devices.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-bee.git
  2. Navigate to the project directory

    cd weather-bee
  3. Install dependencies

    npm install
  4. Replace the key in WeatherData.js your OpenWeatherMap API key:

    const APP_KEY = "your_api_key";
  5. Start the dev server:

    npm start

License

This project is licensed under the MIT License.

Developed by Salik Khan.