Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Reminds me of `curl wttr.in` -- although slightly more verbose in some metrics.


I had the same thought; this is in my shell RC:

    alias weather='f() { curl wttr.in/${1:-sydney} };f'


Interesting -- why do you define an alias that defines and then immediately calls a function instead of just defining `weather` as the function itself?


         echo yourcity | nc graph.no 79
or

         finger yourcity@graph.no




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: