Skip to content

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

Notifications You must be signed in to change notification settings

zucchinidev/elixir_weather_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published