Packages

A gleam Open-meteo API client to get weather forecasts.

Current section

Files

Jump to
sunny src sunny.app.src
Raw

src/sunny.app.src

{application, sunny, [
{vsn, "0.4.0"},
{applications, [birl,
gleam_fetch,
gleam_http,
gleam_httpc,
gleam_javascript,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "A gleam Open-meteo API client to get weather forecasts."},
{modules, [sunny,
sunny@api@forecast,
sunny@api@forecast@daily,
sunny@api@forecast@data,
sunny@api@forecast@instant,
sunny@api@geocoding,
sunny@errors,
sunny@internal@api@forecast,
sunny@internal@client,
sunny@internal@defaults,
sunny@internal@utils,
sunny@measurement,
sunny@position,
sunny@wmo_code]},
{registered, []}
]}.