Live data from Hacker News

A command-line weather app built using Elixir

github.com

1–10 of 67 posts

Re: A command-line weather app built using Elixir

#3
post #2

If 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

#8
post #5

Interesting 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

#10
post #4

Another 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?

Post reply on HN