/elixir_weather_cli

Elixir command line program. Get a weather of a selected city

Primary LanguageElixir

WeatherCli

Handle the command line parsing and the dispatch to the various functions that end up generating a table of weather result of a city

Installation

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

def deps do
  [{:weather_cli, "~> 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/weather_cli.