A command-line weather app built using Elixir
1–10 of 67 posts
Re: A command-line weather app built using Elixir
#2If you like the ascii characters like that, you might also enjoy figlet: http://www.figlet.org/
Re: A command-line weather app built using Elixir
#3If you like the ascii characters like that, you might also enjoy figlet: http://www.figlet.org/
You beat me to it, so I'll just add that figlet in combination with the inestimable cowsay (http://en.wikipedia.org/wiki/Cowsay) produces excellent results.
Re: A command-line weather app built using Elixir
#4Another ASCII art weather (forecast) utility, but in Go: https://github.com/schachmat/wego
Re: A command-line weather app built using Elixir
#5Interesting describing ASCII art as 'beautiful'. You can tell this isn't Designer News :P
Re: A command-line weather app built using Elixir
#6It's nice, but it's not beautiful. Let's stop calling everything beautiful.
Re: A command-line weather app built using Elixir
#7I have used weather an old command line utility for years.
http://fungi.yuggoth.org/weather/
Pretty cool to track the temperature with your own home temperature.
Re: A command-line weather app built using Elixir
#8Interesting describing ASCII art as 'beautiful'. You can tell this isn't Designer News :P
I son't know but I love ncurses software and find the actual UI "beautiful since it gets me the information quickly and quickly lets me get things done.
I find my wee-chat with 256 color urxvt with Source Code Pro font in Light Solarized to be the best looking IRC client ever :)
Re: A command-line weather app built using Elixir
#9Another ASCII art weather (forecast) utility, but in Go: https://github.com/schachmat/wego
This is much much better. Closer to "beautiful" than the one featured here.
Re: A command-line weather app built using Elixir
#10Another ASCII art weather (forecast) utility, but in Go: https://github.com/schachmat/wego
Can anyone explain why a dependency of this app is a "working Go environment"? I thought one of golang's selling points was the fact that it created a simple binary.
As far as I can tell, the Go environment is simply being used as a cheap installer, is that correct?