summaryrefslogtreecommitdiffstats
path: root/nws/nws.go
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2026-01-19 14:16:29 -0500
committersiddharth ravikumar <s@ricketyspace.net>2026-01-19 14:17:22 -0500
commit546863e8a821648c3614ee6859891512805965ef (patch)
tree555a2f1de676b41b82a5bf7f4811f23da07021c5 /nws/nws.go
parent1a14419e39055c0e87c651339b7276938d68de98 (diff)
weather: update NewWeather
Add AreadDesc and Headline to Alert.
Diffstat (limited to 'nws/nws.go')
-rw-r--r--nws/nws.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/nws/nws.go b/nws/nws.go
index afa7e08..1950153 100644
--- a/nws/nws.go
+++ b/nws/nws.go
@@ -63,8 +63,10 @@ type Forecast struct {
}
type FeatureProperties struct {
+ AreaDesc string
Event string
Severity string
+ Headline string
Description string
Instruction string
}