README.md

# Weather

An API client for weather.gov, autogenerated from https://api.weather.gov/openapi.json.

See https://www.weather.gov/documentation/services-web-api and the documentation for information about all the functions available.

[Hex docs](https://hexdocs.pm/weather_dot_gov/api-reference.html)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `weather` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:weather_dot_gov, "~> 0.2.1"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/weather>.