Skip to content

husseinhareb/rusty-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CLI command for retrieving weather details.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published