Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blackmarllbor0/wheather-cli

WeatherCLI is a convenient command-line utility for obtaining up-to-date weather information.
https://github.com/blackmarllbor0/wheather-cli

cli nodejs nodemon oop typescript weather weather-app

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# WeatherCLI

![WeatherCLI Logo](weathercli-logo.png)

**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:

```bash
npm install -g weathercli
```

## Usage

```bash
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:

```bash
weathercli "New York, US"
```

- Retrieve weather information for a specific geographic location:

```bash
weathercli 40.7128 -74.0060
```