I 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?
Wego: a weather app for the terminal
11–20 of 38 posts
Re: Wego: a weather app for the terminal
#12Re: Wego: a weather app for the terminal
#13Re: Wego: a weather app for the terminal
#14Maybe we would all do well by closing our terminals, taking a break, and going outside to see what the weather is really like.
Re: Wego: a weather app for the terminal
#15Re: Wego: a weather app for the terminal
#16Whenever I see a weather "app" I always think: "This is really a weather display utility" and then wonder about the quality / longevity of the service it depends on and how the information is provided. What would interest me is an implementation that allows you to plug in different weather backends, so that having an API key to worldweatheronline, or screen-scraping weather underground, or building a bridge to your s…
Re: Wego: a weather app for the terminal
#17Very nicely done. Terminalize ALL THE THINGS!
Re: Wego: a weather app for the terminal
#18Why not do some releases? It's one of the advantages of Go that it is easy to release binaries for?
Re: Wego: a weather app for the terminal
#19Very nicely done. Terminalize ALL THE THINGS!
Necessary, but not sufficient. A lot of terminal apps are still - to borrow a phrase - captive user interfaces, which don't play much better with others than a GUI. Decompose all the things into individual utilities (or libraries) so they can be reused and recombined!
Re: Wego: a weather app for the terminal
#20I 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?