/wheather-cli

WeatherCLI is a convenient command-line utility for obtaining up-to-date weather information.

Primary LanguageTypeScript

WeatherCLI

WeatherCLI Logo

WeatherCLI is a simple yet powerful command-line utility that provides you with real-time weather information right from your terminal. Quickly access weather data for any location, stay informed, and plan your day accordingly.

Features

  • Instant Weather Data: Get up-to-date weather information with just a few keystrokes.
  • Location-Based Forecast: Search for weather conditions in any city or by geographic coordinates.
  • Detailed Weather Report: Retrieve temperature, humidity, wind speed, and more.
  • User-Friendly Interface: Easy-to-use CLI with intuitive commands.

Installation

To install WeatherCLI, simply run:

npm install -g weathercli

Usage

weathercli [location]
  • Replace [location] with the name of the city or geographic coordinates (latitude and longitude) to get the weather data.

Examples

  • Get the weather for New York City:
weathercli "New York, US"
  • Retrieve weather information for a specific geographic location:
weathercli 40.7128 -74.0060