summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-22Use default net/http client, and check HTTP response codeNick White
Was using client/transport mistakenly. Don't continue if HTTP transfer failed.
2018-03-22Add -v flagNick White
2018-03-22Add -n flag, and slightly improve outputNick White
2018-03-21Reverse output ordering so most recent is last, so closest to cursor, for ↵Nick White
less paging
2018-03-21Fix up output slightlyNick White
2018-03-21Output nicely, refine things generallyNick White
2018-03-21Use structs to unmarshall the json into, working wellNick White
2018-03-21Add structs for expected json to unmarshall into. Still need to switch to ↵Nick White
actually using them
2018-03-21Document why http.Get isnt usedNick White
2018-03-15Add wip weatherNick White