Packages

This application provides the current weather data for the given geo coordinates (latitude/longitude) based on openweathermap.org v2.5.

Current section

Files

Jump to
elixir_weather_data lib open_weather_map_api.ex
Raw

lib/open_weather_map_api.ex

defmodule ElixirWeatherData.OpenWeatherMapApi do
@doc ""
@callback send_request(url :: String.t) :: {:ok, Map.t}
@doc ""
@callback send_request(url :: String.t) :: {:error, Nil}
end