Gleam types for the spacetraders.io game API
|
|
||
|---|---|---|
| .github/workflows | ||
| src/spacetraders_models | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| LICENSE.md | ||
| manifest.toml | ||
| README.md | ||
spacetraders_models
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