diff options
-rw-r--r-- | weather.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ package main -// BUG: need to allow choice of met-office source (-b 0 doesn't work how i thought it would) // TODO: allow free-text lookups of place names, rather than ids // TODO: convert metoffice windspeed to mph // TODO: split output into days @@ -16,7 +15,7 @@ import ( "net/http" ) -const metdefid = "310118" +const metdefid = "310004" const bbcdefid = "2654675" const meturl = "https://www.metoffice.gov.uk/public/data/PWSCache/BestForecast/Forecast/%s.json?concise=true" |