weather¶
how to check the weather in the terminal¶
using weather png¶
on my 2019 blog my daily blog post had some scripts to automacally add some content
one of the features was weather, lately the wttr.in site times out so the image doesn't download so i don't use it anymore, looking for alternatives
https://github.com/chubin/wttr.in
shconvert source.jpg <( curl wttr.in/Oymyakon_tqp0.png ) -geometry +50+50 -composite target.jpg
sh