weather-api-cli-based

1.0.1 • Public • Published

Weather CLI

Weather CLI

Overview

Weather CLI is a command-line interface application that fetches real-time weather data for a specified city using the OpenWeatherMap API.

Features

  • Real-time Weather Data: Get the latest temperature, humidity, and weather description.
  • User-Friendly CLI: Intuitive interface for a seamless experience.
  • Metric Units: Display temperature in Celsius and humidity in percentage.

Getting Started

Prerequisites

  • Node.js installed
  • OpenWeatherMap API Key (Get API Key)

Installation

  1. Clone the repository:

    git clone https://github.com/Engr-Jalal-Saleem/PIAIC-Quarter-1.git
    cd PIAIC-Quarter-1/Node%20Projects%20Quarter%201
  2. Install dependencies:

    bashCopy code
    npm install

Usage

  1. Run the application:
    bashCopy code
    node dist/weatherCli.js
  2. Enter the city when prompted and press Enter.
  3. View the current weather information for the specified city.

Configuration

  • Replace 'YOUR_OPENWEATHERMAP_API_KEY' in src/weatherCli.ts with your actual OpenWeatherMap API key.

Example

bashCopy code
Weather in New York: Temperature: 25°C Humidity: 60% Description: Clear sky

Troubleshooting

  • If you encounter issues, refer to the OpenWeatherMap FAQ.
  • Ensure your OpenWeatherMap API key is valid and correctly configured in the source code.

Contributing

Contributions are welcome! Open issues or submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments****

Readme

Keywords

Package Sidebar

Install

npm i weather-api-cli-based

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

11.4 kB

Total Files

5

Last publish

Collaborators

  • engr_jalal_saleem