summaryrefslogtreecommitdiff
path: root/weather.go
AgeCommit message (Expand)Author
2020-11-14Add module support, license, readmeNick White
2020-02-16Add another weather descriptionNick White
2020-02-10Add more hail showersNick White
2020-02-10Make check for description betterNick White
2020-02-10Add Hail Showers typeNick White
2020-02-10Show weather code if no description is knownNick White
2019-03-05Change BBC default location to BristolNick White
2018-10-15Add weather descriptionsNick White
2018-04-26Add another weather descriptionNick White
2018-04-24Add more weather typesNick White
2018-04-23Add some more weather descriptions to the mappingNick White
2018-04-16Use description of weather rather than just the type numberNick White
2018-03-22Switch to use bbc by defaultNick White
2018-03-22Add BBC as data source optionNick White
2018-03-22Use default net/http client, and check HTTP response codeNick White
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 les...Nick White
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 act...Nick White
2018-03-21Document why http.Get isnt usedNick White
2018-03-15Add wip weatherNick White