Wttr.in: Option for shorter output.

Created on 4 Apr 2016  Â·  6Comments  Â·  Source: chubin/wttr.in

It would be great to have options for shorter/longer output. Like:

$ curl 'http://wttr.in/?now'
      .--.     64 °F          
   .-(    ).   ↑ 18 mph       
  (___.__)__)  9 mi           
               0.0 in   

Another one I would use is curl http://wttr.in/?week, where just a 5 day forecast it shown with only one row of output.

I'm sorry I don't have a pull request to go with this. I just wanted to put the idea out there.

Most helpful comment

You can get shorter output by using
curl -s -N http://wttr.in/Frankfurt | head -n 7

All 6 comments

You can get shorter output by using
curl -s -N http://wttr.in/Frankfurt | head -n 7

I believe this can be closed...

$ curl "http://wttr.in/?Q0" .-. Light Rain ( ). 55 – 57 °F (___(__) ↗ 6 mph ‘ ‘ ‘ ‘ 8 mi ‘ ‘ ‘ ‘ 0.0 in

@nathan-v Right! Thank you for reminding me about this issue!! (and you don't need http:// actually).

Thanks, the 'number of days' thing is perfect.

Thank you @cjwelborn ! I hope to publish tomorrow another feature, that you like even more (I hope).

@chubin, awesome, I'm looking forward to it 😀.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andy-twosticks picture andy-twosticks  Â·  5Comments

mdigga39 picture mdigga39  Â·  4Comments

psbanka picture psbanka  Â·  7Comments

097115 picture 097115  Â·  6Comments

532910 picture 532910  Â·  7Comments