Skip to content

The Weather App provides real-time weather updates for any location worldwide. Built with Node.js, Express, and OpenWeatherMap API, it displays temperature, humidity, wind speed, and conditions. With a clean, responsive design, it ensures easy access to accurate weather data on any device, making it perfect for travel planning or daily forecasts.

Notifications You must be signed in to change notification settings

Girijaray07/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Description

The Weather App provides real-time weather updates for any location worldwide. Built with Node.js, Express, and OpenWeatherMap API, it displays temperature, humidity, wind speed, and conditions. With a clean, responsive design, it ensures easy access to accurate weather data on any device, making it perfect for travel planning or daily forecasts.

Installation

  1. Clone the repository:
    git clone https://github.com/Girijaray07/Weather-App.git
    cd weather-app
  2. Install dependencies:
    npm install
  3. Create a .env file and add your OpenWeatherMap API key:
    API_KEY=your_api_key_here

Usage

  1. Start the application:
    node App.js
  2. Open your browser and visit:
    http://localhost:3000
  3. Enter a location in the search bar and click 'Submit' to retrieve weather details.

API Integration

The app fetches weather data using the OpenWeatherMap API:

https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}

Make sure to replace {API key} with your actual API key.

Dependencies

  • axios
  • dotenv
  • ejs
  • express

Author

Girija Ray

About

The Weather App provides real-time weather updates for any location worldwide. Built with Node.js, Express, and OpenWeatherMap API, it displays temperature, humidity, wind speed, and conditions. With a clean, responsive design, it ensures easy access to accurate weather data on any device, making it perfect for travel planning or daily forecasts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published