Skip to content

Iamayushgupta/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Weather-App

A user can enter a city name and get the location of it
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Screenshot 2023-07-09 at 2 07 11 PM

The weather is being fetched by using two REST APIs. The first REST API takes in location name as a parameter and returns longitude and latitude of the given location. The second REST API takes in latitude and longitude and returns the weather object (temperature, precipitation).

Built With

Getting Started

Instructions on setting up the project locally. Be sure to include prerequisites and step-by-step instructions.

Installation

  1. Clone the repo

    git clone https://github.com/Iamayushgupta/weather-app.git
    
  2. Install Node.js in your Desktop Check this out

  3. Run this command to install npm in your project directory

    npm init -y
    
  4. Install all the dependencies and package

    npm install
    
  5. Run the following command in your terminal

    npm run start
    
  6. Open the following URL in your browser

    http://localhost:3000/
    

Roadmap

  1. Enter the city's name
Screenshot 2023-07-09 at 2 21 42 PM
  1. Press Enter and wait for the weather to be displayed

    Screenshot 2023-07-09 at 2 23 23 PM

Contact

Email - ayushgupta71011@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published