summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07Show gust by defaultHEADmasterNick White
2021-09-20Merge remote-tracking branch 'ssh/master' into newmergeNick White
2021-09-20Make README clearerNick White
2021-02-05Add GPLv3 licenseNick White
2021-02-05Make units explicit in variable names, where knownNick White
2021-02-05Capture all data available so verbose mode is more usefulNick White
2021-02-05Simplify met office parsing, and fix a bug in night values being incorrectNick White
2021-02-05Add README and usageNick White
2021-02-05Convert windspeed from metoffice to mphNick White
2021-02-05Update default met office location to match the bbc oneNick White
2021-02-05Complete the weather type to english description mappingNick White
2021-02-05Clean up parsing a littleNick White
2021-02-05Fix argument parsing so choosing a source is clear and works properlyNick White
2021-01-02Add extra weather typesNick White
2020-12-28Add some sleet weather typesNick White
2020-11-14Add module support, license, readmeNick White
2020-09-03Add go.modNick 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