Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.07 KB

WeatherScope

WeatherScope is a real-time weather forecasting application developed with React. This project leverages external APIs to deliver accurate weather data.

Quick Start

Prerequisites

Setup and Run

  1. Clone the repository:
    git clone https://github.com/Malikumair786/WeatherScope-Wancloud.git
    cd WeatherScope-Wancloud
    
  2. Install dependencies:
    npm install
  3. Environment Configuration: Create a .env file at the root and add the following keys:
    REACT_APP_WEATHER_API_KEY=your_weather_api_key_here
    REACT_APP_X_RAPIDAPI_KEY=your_rapidapi_key_here
    

Replace placeholders with your actual API keys.

  1. Start the application:
    npm start
    

Visit http://localhost:3000 to view the app.

Scripts

  • npm start: Runs the app in development mode.
  • npm test: Runs tests.
  • npm run build: Builds the app for production.

Contributing Feel free to fork the repo and submit pull requests.