weather-portal/weather_portal
2026-03-23 12:52:31 +01:00
..
.github/workflows init gleam code 2026-03-23 12:52:31 +01:00
README.md init gleam code 2026-03-23 12:52:31 +01:00

weather_portal

Package Version Hex Docs

gleam add weather_portal@1
import weather_portal

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/weather_portal.

Development

gleam run   # Run the project
gleam test  # Run the tests