diff options
| author | stkhan <personal@slickd.xyz> | 2024-04-27 13:58:31 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2024-04-27 13:58:31 -0500 |
| commit | 03a25eb9ffe2c4e27a87b9469d07b431ba721e6a (patch) | |
| tree | b1aecfd9cc163bfd61bc890363cb55fa19995972 /nws.conf | |
init
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" |