index
:
weather
master
A command that prints the weather forecast for a location, using either the Met Office or BBC as a source
njw
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-05
Add GPLv3 license
Nick White
2021-02-05
Make units explicit in variable names, where known
Nick White
2021-02-05
Capture all data available so verbose mode is more useful
Nick White
2021-02-05
Simplify met office parsing, and fix a bug in night values being incorrect
Nick White
2021-02-05
Add README and usage
Nick White
2021-02-05
Convert windspeed from metoffice to mph
Nick White
2021-02-05
Update default met office location to match the bbc one
Nick White
2021-02-05
Complete the weather type to english description mapping
Nick White
2021-02-05
Clean up parsing a little
Nick White
2021-02-05
Fix argument parsing so choosing a source is clear and works properly
Nick White
2020-09-03
Add go.mod
Nick White
2020-02-16
Add another weather description
Nick White
2020-02-10
Add more hail showers
Nick White
2020-02-10
Make check for description better
Nick White
2020-02-10
Add Hail Showers type
Nick White
2020-02-10
Show weather code if no description is known
Nick White
2019-03-05
Change BBC default location to Bristol
Nick White
2018-10-15
Add weather descriptions
Nick White
2018-04-26
Add another weather description
Nick White
2018-04-24
Add more weather types
Nick White
2018-04-23
Add some more weather descriptions to the mapping
Nick White
2018-04-16
Use description of weather rather than just the type number
Nick White
2018-03-22
Switch to use bbc by default
Nick White
2018-03-22
Add BBC as data source option
Nick White
2018-03-22
Use default net/http client, and check HTTP response code
Nick White
2018-03-22
Add -v flag
Nick White
2018-03-22
Add -n flag, and slightly improve output
Nick White
2018-03-21
Reverse output ordering so most recent is last, so closest to cursor, for les...
Nick White
2018-03-21
Fix up output slightly
Nick White
2018-03-21
Output nicely, refine things generally
Nick White
2018-03-21
Use structs to unmarshall the json into, working well
Nick White
2018-03-21
Add structs for expected json to unmarshall into. Still need to switch to act...
Nick White
2018-03-21
Document why http.Get isnt used
Nick White
2018-03-15
Add wip weather
Nick White