elixir_weather_data v0.1.1 ElixirWeatherData.GenServer

Summary

Functions

Returns the current state:

  • {:ok, weather_data_map}
  • {:error, error_reason_string}

Checks the given options

Starts the gen server

Functions

get()

Returns the current state:

  • {:ok, weather_data_map}
  • {:error, error_reason_string}
init(args)

Checks the given options.

start_link(initial_value)

Starts the gen server.