Skip to content

An intuitive, real-time weather application built with React. It fetches current weather data for cities around the globe, allowing users to seamlessly plan their day or travel. Features a simple user interface and leverages external APIs for accurate, up-to-date weather information.

Notifications You must be signed in to change notification settings

Malikumair786/WeatherScope-Wancloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An intuitive, real-time weather application built with React. It fetches current weather data for cities around the globe, allowing users to seamlessly plan their day or travel. Features a simple user interface and leverages external APIs for accurate, up-to-date weather information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published