Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Weather CLI
[![CodeFactor](https://www.codefactor.io/repository/github/vadymkurinnyi/weather-cli/badge)](https://www.codefactor.io/repository/github/vadymkurinnyi/weather-cli)

A Command-Line Interface (CLI) tool for fetching weather information from various providers.
## Prerequisites
To use this CLI, you need to have Rust installed on your system. You can install it from [here](https://www.rust-lang.org/tools/install).
Expand Down Expand Up @@ -87,4 +89,4 @@ weather get Lviv 2023-02-10

1. Error Handling: If there is an error while retrieving the weather information, the provider will return it's own error, which will be handled by the main application in error_to_user_output function and displayed to the user.

1. Output: The retrieved weather information will be displayed to the user, based on the user's preference. The output format can also be specified through command-line arguments or a configuration file.
1. Output: The retrieved weather information will be displayed to the user, based on the user's preference. The output format can also be specified through command-line arguments or a configuration file.