VibeHunt
Back to browse

weather-cli

weather-cli - listed on awesome-cli-apps.

Source

weather-cli provides a command‑line interface for fetching current weather information for a specified location. Users invoke the tool with a city name, optionally adding a state code or country to disambiguate results, and can choose the temperature scale (Celsius or Fahrenheit). The program outputs a brief summary that includes the weather condition and temperature, for example “Partly Cloudy” and “32°C”.

The utility supports configuration of a default location and temperature scale, allowing repeated queries without repeating arguments. Configuration is performed through a sub‑command that stores the preferred city, country, and scale for future runs. The CLI includes standard help and version flags, and it can be installed globally via npm.

The project is released under the MIT license and is marked as stable. It is listed among other CLI applications and includes automated test coverage and continuous‑integration status badges. Issues can be reported through the project's issue tracker.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps