From 03a25eb9ffe2c4e27a87b9469d07b431ba721e6a Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 27 Apr 2024 13:58:31 -0500 Subject: init --- nws.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nws.conf (limited to 'nws.conf') diff --git a/nws.conf b/nws.conf new file mode 100644 index 0000000..a3ef2e1 --- /dev/null +++ b/nws.conf @@ -0,0 +1,11 @@ +# two letter state code +state="OK" + +# options include SOUTHPLAINS, SOUTHROCKIES, NORTHEAST, NORTHROCKIES, etc - https://radar.weather.gov/ridge/standard/ +area1="SOUTHPLAINS" + +# go to weather.gov, hover over your area on the center map, and put the code here +area2="oun" + +# run tw --retrieve-counties, and type the code next to your county. Must have state set first. Used for alerts +countyId="OKC047" -- cgit v1.2.3