Skip to content

nishantdev1726/Weather-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

This is a simple weather application that allows you to fetch current weather information and a 3-day forecast for a given city and shows you current Time.

Website link:

"https://weather-n-time.vercel.app/"

Table of Contents

Getting Started

To run this project locally on your machine, follow these steps:

Prerequisites

  • Node.js and npm installed on your system.

Installation

  1. Clone the repository to your local machine using the following command:

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

    cd weather-application
  3. Install the project dependencies:

    npm install
    

##Usage

  1. Obtain an API key from WeatherAPI (replace YOUR_API_KEY in src/App.js with your actual API key).

  2. Start the development server:

    npm start
  3. Open your web browser and navigate to "http://localhost:3000" to access the application.

  4. Enter a city name in the input field and click the "Search" button to fetch weather data and forecast information.

About

Shows weather of the city as input is given.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published