Maybe we would all do well by closing our terminals, taking a break, and going outside to see what the weather is really like.
Wego: a weather app for the terminal
31–38 of 38 posts
Re: Wego: a weather app for the terminal
#32Next thing someone will have the bright idea of transmitting data as sounds over VOIP services, and we can start setting up BBSes on skype...
Re: Wego: a weather app for the terminal
#33Earlier quoted context omitted.
Get me a Haskell shell as usable as bash, and I'm down!
I built a shell in Haskell for a class project this semester. At some point I'll get around to releasing it on Github. It doesn't do much aside from backgrounding tasks, piping, and supporting environment variables (both in a config file and dynamically through a built in export command). But it was fun to build!
Re: Wego: a weather app for the terminal
#34Re: Wego: a weather app for the terminal
#35Earlier quoted context omitted.
http://graphical.weather.gov/xml/ Ex: http://forecast.weather.gov/MapClick.php?lat=37.76&lon=-122....
Unfortunately, as far as I know, the NOAA doesn't provide forecasts outside of the US and US territories.
Re: Wego: a weather app for the terminal
#36curl http://www.srh.noaa.gov/data/PQR/AFDPQR | less
telnet rainmaker.wunderground.comRe: Wego: a weather app for the terminal
#37I live on the command line, so I really dig this sort of thing. And this one in particular looks very nice. I'm a fan! If you're open to bug reports/feature requests: * The image for clear weather is a bright sun, which is a little odd to see in the 'Night' column * Many city names are duplicates. How do I know I've got the right one?
Re: Wego: a weather app for the terminal
#38Earlier quoted context omitted.
Get me a Haskell shell as usable as bash, and I'm down!
I built a shell in Haskell for a class project this semester. At some point I'll get around to releasing it on Github. It doesn't do much aside from backgrounding tasks, piping, and supporting environment variables (both in a config file and dynamically through a built in export command). But it was fun to build!
http://nellardo.com/lang/haskell/hash/
edit: Need to re-evaluate using Hell[1] for these purposes... maybe Hell + Turtle?