ASCII Art Weather
11–20 of 106 posts
Re: ASCII Art Weather
#12Re: ASCII Art Weather
#13(Meta) Perhaps the link should point to the base URL, apparently it detects your location if available (didn't work for me because I have it disabled).
> We were unable to find your location, so we have brought you to Oymyakon, one of the coldest permanently inhabited locales on the planet.
Re: ASCII Art Weather
#14Nice! :) alias weather="wget -O - http://wttr.in/london -q"
Re: ASCII Art Weather
#15Try:
curl -sk https://wttr.in/sfoRe: ASCII Art Weather
#16https://news.ycombinator.com/item?id=11106354
https://0p.no/2014/12/13/graph_no___weather_forecast_via_fin...
And the command:
finger london@graph.no
Which produces this: -= Meteogram for united_kingdom/england/london =-
'C Rain (mm)
17
16 ^^^ ------^^^^^^
15 ^^^ --- ^^^
14^^^ ^^^
13 ^^^
12 ^^^
11 ========= === ^^^
10 ============ ===
9 ' | 2 mm
8 | | | | | | | | | 1 mm
_11_12_13_14_15_16_17_18 19 20 21 22 23 00 01 02 03 04 05 06_07_08 Hour
SE SE S S S S S S S S S S SE S S S S E SE SE S SW Wind dir.
1 2 5 4 4 4 5 4 4 4 3 3 3 2 3 2 1 0 1 2 1 3 Wind(mps)
Legend left axis: - Sunny ^ Scattered = Clouded =V= Thunder # Fog
Legend right axis: | Rain ! Sleet * Snow
So it's 16'c with a light cloud cover until 1pm, clear until 4pm after which it gets a little cloudy again, some rain between 11pm and 7am, which is very light and heaviest around 2am.That is the equivalent of this:
https://www.yr.no/place/United_Kingdom/England/London/hour_b...
Which has, for me, proven to be the most accurate and informative weather forecast.
And if you just want to use the latest meteogram image:
https://www.yr.no/place/United_Kingdom/England/London/avanse...
Also: Weather available via HTTPS! I dislike how the vast majority of apps on mobile devices use location for reporting local weather but do so over HTTP and leak location data. BBC, I'm looking at you.
If you're on Android there's a great widget that makes using any other weather app pretty redundant for most cases:
https://play.google.com/store/apps/details?id=widget.weather...
Re: ASCII Art Weather
#17EDIT: looks like it's using http://www.worldweatheronline.com/cambridge-weather/scottish... rather than the one in East Anglia
Re: ASCII Art Weather
#18Re: ASCII Art Weather
#19Really: just transmit the data necessary to convey your information. Your app is in the way.
wttr.in on Android using Termux is actually pretty awesome.
Re: ASCII Art Weather
#20It works in the Terminal, too! curl http://wttr.in/london