This package has been archived, and as such it is read-only.
latest
celerry/earthmcA wrapper for the EarthMC API (v3)
EarthMC API Wrapper
Installation
See the package on JSR.
Example Usage
import { EarthMC } from "@celery/earthmc"; const api = new EarthMC({ name: "foo" }) const players = await api.players() // [{ uuid: ... , name: ... }, ...] const town = await api.town(players[0].town.uuid) // [{ board: ... , ... }]
Add Package
deno add jsr:@celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";
Import directly with a jsr specifier
import * as earthmc from "jsr:@celery/earthmc";
Add Package
pnpm i jsr:@celery/earthmc
pnpm dlx jsr add @celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";
Add Package
yarn add jsr:@celery/earthmc
yarn dlx jsr add @celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";
Add Package
vlt install jsr:@celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";
Add Package
npx jsr add @celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";
Add Package
bunx jsr add @celery/earthmc
Import symbol
import * as earthmc from "@celery/earthmc";