Curl Wttr.in
github.com
Curl Wttr.in
1–10 of 128 posts
Re: Curl Wttr.in
#2Re: Curl Wttr.in
#3Re: Curl Wttr.in
#4Using this, I found out it was currently raining in Paris. And then saw that the thunder was rendered as emojis.
I wonder what other options there are... for example, I'm in the US, so it returns temperature in Fahrenheit even if I requested information about France. Are there options to change this?
But, all in all, this is really nice and polished.
Re: Curl Wttr.in
#5Re: Curl Wttr.in
#6Re: Curl Wttr.in
#7I also like how you can add zipcodes or location names as a path and it returns that. At least it works with zipcodes, cities, airport codes, landmarks. Not sure what else. Using this, I found out it was currently raining in Paris. And then saw that the thunder was rendered as emojis. I wonder what other options there are... for example, I'm in the US, so it returns temperature in Fahrenheit even if I requested infor…
Re: Curl Wttr.in
#8Re: Curl Wttr.in
#9I also like how you can add zipcodes or location names as a path and it returns that. At least it works with zipcodes, cities, airport codes, landmarks. Not sure what else. Using this, I found out it was currently raining in Paris. And then saw that the thunder was rendered as emojis. I wonder what other options there are... for example, I'm in the US, so it returns temperature in Fahrenheit even if I requested infor…
I usually call it with a few of them to make the output cleaner, and without colors[2].
curl --compressed https://wttr.in/"$location"?QTAF
Where `$location` is either the location you want the weather for, or an IP address.
[2] https://git.sr.ht/~jamesponddotco/dotfiles/tree/master/.loca...
Re: Curl Wttr.in
#10Better late than never, I hope.