| .. | ||
| .github/workflows | ||
| README.md | ||
weather_portal
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