1.0.2 • Published 1 year ago

globaltags.ts v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

GlobalTags.ts

A lightweight typescript wrapper for the GlobalTagAPI.

Get started

import { GlobalTagAPI } from "globaltags.ts";

const api = new GlobalTagAPI(); // If you want to use a custom instance of the api you need to pass an options object

// Get a player object
const player = await api.fetchPlayer('<UUID>', { token: '<YOUR API KEY>' }).catch(() => null); // Now you can perform various actions on the Player instance

Contributing

If you find any bugs or have feature ideas feel free to create an issue.

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago