/weather-cli

A weather teller writting in Rust, use weather API

Primary LanguageRust

Weather CLI tool

Made with the help weather api, which tells the temp in (max, min, normal) and about the information about sun rise and sun set. It also use some other crates like progressbar, and colorText.

weather_cli_ss.webm

Running it locally

Make sure you have rustc or cargo installed in your machine.

fork the project and follow these steps

$ get clone https://www.github.com/YOUR_USERNAME/weather-cli
$ cd weather-cli && cargo run

Docker

$ docker build -t myapp .
$ docker run -p 8000:8000 myapp