View Source Weather.CLI (Weather v0.2.2)
Provides a command-line interface for fetching weather data via the OpenWeatherMap API. This module is intended to be invoked as an escript.
Summary
Functions
The main module function invoked by the escript.
Types
@type args() :: [String.t()]
Functions
@spec main(args()) :: :ok
The main module function invoked by the escript.