nodecollect
v1.0.0
Published
A NodeJS wrapper that easily interacts with the FFXIV Collect API.
Downloads
3
Readme
nodecollect
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 Nodecollect and fetch collections:
import { Nodecollect } from 'nodecollect';
const nodecollect = new Nodecollect();
// or instead with options
const nodecollect = new Nodecollect({ language: 'ja' }); // en (default), fr, de, ja
await nodecollect.achievements.show(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.