Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blackmarllbor0/wheather-cli
- Owner: blackmarllbor0
- Created: 2022-05-20T21:45:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:37:40.000Z (about 1 year ago)
- Last Synced: 2024-11-17T03:22:00.929Z (about 1 month ago)
- Topics: cli, nodejs, nodemon, oop, typescript, weather, weather-app
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```