gatelogue-types
Version:
Types for loading and reading Gatelogue data
63 lines (46 loc) • 4.51 kB
Markdown











[`gatelogue-types` (python)](https://pypi.org/project/gatelogue-types/):





[`gatelogue-types` (rust)](https://crates.io/crates/gatelogue-types):






[`gatelogue-types` (ts, npm)](https://www.npmjs.com/package/gatelogue-types):


)
)
[`gatelogue-types` (ts, jsr)](https://jsr.io/@mrt-map/gatelogue-types):

Database of air, rail, sea, bus routes on the [Minecart Rapid Transit server](https://minecartrapidtransit.net).
Data is aggregated by `gatelogue-aggregator`, as shown by `gatelogue-client` at https://mrt-map.github.io/gatelogue (air only). The data can then be retrieved in your application with `gatelogue-types` (py, rs, ts)
Docs for the aggregator, data format, and type libraries are located at https://mrt-map.github.io/gatelogue/docs
<!-- TODO: rework dev container
## development setup
if you want to use a github codespace, just open one! setup is handled for you, and will take a few minutes. (it's the green code button, under the codespaces tab)
if you'd rather do things locally, the easiest way to get started is with dev containers:
1. install docker
2. install the [remote development pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) for vscode
3. Use Cmd/Ctrl + Shift + P -> 'Clone Repository in Container Volume' to clone this repo (don't use 'reopen in container', as that will conflict with pnpm)
4. the container will take a few minutes to install and set up
congrats! you did it!
run the aggregator with the command `gatelogue-aggregator run`
run the client with the command `cd gatelogue-client` and `pnpm run dev`
-->