Skip to content

A NodeJS wrapper that easily interacts with the FFXIV Collection APIs.

Notifications You must be signed in to change notification settings

c0reme/nodecollect

Repository files navigation

nodecollect

NPM Version

About

A NodeJS wrapper that easily interacts with the FFXIV Collect API.

  • Supports TypeScript
  • Supports both CommonJS and ESM

Installation

Prerequisites Node.js (18.0.0 or newer).

npm install nodecollect
yarn add nodecollect
pnpm add nodecollect
bun add nodecollect

Example usage

import { Collection } from 'nodecollect';

const achievements = new Collection('achievements');

// or with options
const achievements = new Collection('achievements', { language: 'ja' });

await achievements.get(1); // {}

Contributing

Before creating an issue, please ensure that it hasn't been reported or suggested previously.

Attribution

This package is not affiliated with FFXIV Collect in any way.

Data provided by FFXIV Collect API was made possible by open source software, generous crowd funding in support of an ad-free internet, and countless volunteer contributions.

About

A NodeJS wrapper that easily interacts with the FFXIV Collection APIs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published