GIT.FJALL.NET/WX/WARNINGS
=========================
These functions are based on the National Weather Service API[1].
Below is an overview of each function, it's variables, and how to use them.
FUNCTIONS
---------
> warnings.All(wt string) []string
Gets *all* of the active warnings under the warning type, wt, and returns a list
of every one. Formatted.
> warnings.Latest(wt string) string
Gets only the latest warning under the warning type, wt. Formatted.
> warnings.Raw(wt string) string
Returns *all* of the active warnings under the warning type, wt. Unformatted.
> warnings.Types() string
Returns all of the possible warning types, which can be used as wt.
VARIABLES
---------
> wt string
Can be accessed by running warnings.Types(). Case-insensitive.
---------
FOOTNOTES
---------
1. https://www.weather.gov/documentation/services-web-api