a collection of tools for fly for fun universe skillulator.lol

flyff.js#

flyff.js is an API wrapper written in TypeScript for the FlyFF Universe API

Features#

  • Type safe
  • ESM/CJS compatible
  • Covers all of the current FlyFF Universe API endpoints

Getting started#

Install the library with your preferred package manager#

npm install flyff.js
yarn add flyff.js

Instantiate a new client#

import { FlyffClient } from "flyff.js";

const client = new FlyffClient();

Make API calls#

await client.job.getAllIds();

// [ 764 ,2246, 3545, 5330, ... ]

Documentation#

coming soon

License#

MIT