Re: [dev] wego: a weather app for the terminal written in go

From: Nick <suckless-dev_AT_njw.me.uk>
Date: Thu, 15 Jan 2015 11:17:53 +0000

Quoth Markus Teich:
> Nick wrote:
> > It uses Weather Underground, which means it has hourly info, and lots of other
> > forecast stuff that the script is just ignoring for now. It also loads the
> > json with the weather data without needing an API key, because that shit is
> > for chumps.
>
> For me, SSL support was more important than not having to use an API key. I did
> not find a service providing both.

Oh, I didn't notice it had SSL support, that's nice. You could look
into grabbing the data however the web frontend does (in my script
that involves grabbing a randomly generated key from an HTML page to
use in the json request). Though if it does things server side that
would mean you might just have to parse HTML, which is never ideal.
Received on Thu Jan 15 2015 - 12:17:53 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 15 2015 - 12:24:08 CET