Skip to content

ghsharma/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This Weather App is a web-based application that allows users to obtain weather information for any location in the world. By simply inputting the name of a city into the input box, users can find out its current temperature, wind speed, and sky conditions. The app fetches data from the OpenWeatherMap API.


ss

Getting Started

To run this Weather App, you will need Node.js and Express.js installed on your computer. You can download and install Node.js from nodejs.org and Express.js from expressjs.com.

  1. Clone this repository to your local machine using git clone https://github.com/your-username/weather-app.git
  2. Navigate to the root directory of the project in your terminal.
  3. Install the necessary dependencies using npm install
  4. Start the server using node app.js or npm start.
  5. Open the app in your browser by navigating to http://localhost:3000.

Usage

To use the Weather App, simply enter the name of the city whose weather information you want to find out in the input box and hit enter. The app will fetch data from the OpenWeatherMap API and display the current temperature, wind speed, and sky conditions for that city.

Technologies Used

This Weather App was built using the following technologies:

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published