Downloads and writes the Astronomy Picture of the Day to standard output
Just to get into Rust smoothly after a break.
Prerequisites: rust toolchain installed
It is only possible to install from the source ATM. Clone the repository and run
cargo install --path .
.
Either redirect the output to a file with >
operator or pipe it to something
like display
(from imagemagick
package).