Skip to main content
Home
This package has been archived, and as such it is read-only.

A wrapper for the EarthMC API (v3)

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a year ago (1.1.2)

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: ... , ... }]

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@celery/earthmc

Import symbol

import * as earthmc from "@celery/earthmc";
or

Import directly with a jsr specifier

import * as earthmc from "jsr:@celery/earthmc";

Add Package

pnpm i jsr:@celery/earthmc
or (using pnpm 10.8 or older)
pnpm dlx jsr add @celery/earthmc

Import symbol

import * as earthmc from "@celery/earthmc";

Add Package

yarn add jsr:@celery/earthmc
or (using Yarn 4.8 or older)
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";