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.
- 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.
To install WeatherCLI, simply run:
npm install -g weathercli
weathercli [location]
- Replace
[location]
with the name of the city or geographic coordinates (latitude and longitude) to get the weather data.
- Get the weather for New York City:
weathercli "New York, US"
- Retrieve weather information for a specific geographic location:
weathercli 40.7128 -74.0060