Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.3 KB

rusty-forecast

rusty-forecast is a Linux CLI command for retrieving weather details.

INSTALLATION

  git clone https://github.com/husseinhareb/rusty-forecast/
  cd rusty-forecast/
  make build
  sudo make install

Note: Rust should be installed on your system to build the binary.

USAGE

Usage: rusty-forecast [options] | rusty-forecast
Options:
-h               Display this help message
-c <city name>   Change the city name
-d               Set the default city according to ip address
-t               Show more weather details of today
-w               Show weather forecast
-s               Show all configuration settings
-u <unit>        Set the unit of temperature (Celsius or Fahrenheit)
-a <api key>     Set the api key

Screenshots

swappy-20240409_025831

Contributing

Contributions are welcome! If you'd like to contribute:

Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.

Licence

This project is licensed under the MIT License.