weather-app

Weather App

Overview

This is an Express.js weather web application that fetches real-time weather data using the OpenWeatherMap API. The application displays current weather conditions for a specified location.

Features

Installation

  1. Clone the repository:
    git clone https://github.com/jayantsingh-22/weather-app.git
    
  2. Navigate to the project directory:
    cd weather-app
    
  3. Install the dependencies:
    npm install
    

Usage

  1. Start the server:
    node server.js
    
  2. Open your browser and navigate to http://localhost:3000.

Configuration

Dependencies

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Live Demo

Check out the live demo here.