Gleam types for the spacetraders.io game API
Find a file
Lily Rose 4069651171
Some checks are pending
test / test (push) Waiting to run
Add license
2025-07-09 03:15:19 +10:00
.github/workflows Initial commit 2025-07-08 23:03:42 +10:00
src/spacetraders_models Move date and timestamp to separate model files 2025-07-09 01:52:46 +10:00
test Initial commit 2025-07-08 23:03:42 +10:00
.gitignore Initial commit 2025-07-08 23:03:42 +10:00
gleam.toml Bump version to v1.1.0 2025-07-09 01:52:58 +10:00
LICENSE.md Add license 2025-07-09 03:15:19 +10:00
manifest.toml Initial commit 2025-07-08 23:03:42 +10:00
README.md Add example to readme 2025-07-08 23:05:39 +10:00

spacetraders_models

Package Version Hex Docs

gleam add spacetraders_models@1
import spacetraders_models/faction_symbol

pub fn main() -> Nil {
  echo faction_symbol.Cosmic
}

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

Development

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