nxiv

Typescript client for Final Fantasy XIV API


License
MIT
Install
npm install nxiv@0.0.1

Documentation

XIVAPI-SDK

XIVAPI-SDK is a library for XIVAPI made with Typescript, aiming to simplify working with the API.

Live preview of the documentation site. See the documentation folder for more details.

Recomended VS Code setup

Extensions

Settings

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true
}