diff options
Diffstat (limited to 'nws.conf')
| -rw-r--r-- | nws.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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" |