/metex

Elixir weather API consumer

Primary LanguageElixir

Metex

Weather Application exercise on OTP Behaviours from 'The Little Elixir & OTP Guidebook'

Installation

If available in Hex, the package can be installed by adding metex to your list of dependencies in mix.exs:

def deps do
  [
    {:metex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/metex.