A NodeJS wrapper that easily interacts with the FFXIV Collect API.
- Supports TypeScript
- Supports both CommonJS and ESM
Prerequisites Node.js (18.0.0
or newer).
npm install nodecollect
yarn add nodecollect
pnpm add nodecollect
bun add nodecollect
import { Collection } from 'nodecollect';
const achievements = new Collection('achievements');
// or with options
const achievements = new Collection('achievements', { language: 'ja' });
await achievements.get(1); // {}
Before creating an issue, please ensure that it hasn't been reported or suggested previously.
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.