ExOwm v1.2.3 ExOwm.Api View Source

This module contains OpenWeatherMap API related functions.

Link to this section Summary

Functions

Prepares request string basing on given params, calls OWM API, parses and decodes the answers.

Link to this section Functions

Link to this function

send_and_parse_request(api_call_type, location, opts)

View Source

Specs

send_and_parse_request(atom(), map(), term()) ::
  map() | {:error, term(), term()}

Prepares request string basing on given params, calls OWM API, parses and decodes the answers.