ExOwm v1.0.0-rc.1 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
send_and_parse_request(atom(), map(), [{:key, atom()}]) :: map()

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