https://github.com/ckampfe/weather_dot_gov
An Elixir API client for weather.gov
https://github.com/ckampfe/weather_dot_gov
api api-client elixir elixir-lang weather weather-data
Last synced: 5 months ago
JSON representation
An Elixir API client for weather.gov
- Host: GitHub
- URL: https://github.com/ckampfe/weather_dot_gov
- Owner: ckampfe
- License: bsd-3-clause
- Created: 2023-07-06T23:07:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T05:28:25.000Z (over 1 year ago)
- Last Synced: 2025-03-27T16:21:34.478Z (over 1 year ago)
- Topics: api, api-client, elixir, elixir-lang, weather, weather-data
- Language: Elixir
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 .