Skip to content

FraWolf/tfd-api

Repository files navigation

The First Descendant | API

License MIT npm

Installation

To use this library, Node.js 14.17.0 or newer are required.

npm install tfd-api

yarn add tfd-api

Examples

Basic usage
import { TFDApi } from "tfd-api";

const api = new TFDApi({
  api_key: "YOUR_API_KEY_HERE",
});

api.account.getId("Nickname#1234").then((response) => {
  console.log(response);
});

Documentation

You can use the Nexon Open API Docs as documentation because all of it's methods are the same as the docs says.

Links

Projects that uses TFD-API

Currently no projects uses TFD-API because it's still in development phase. If you would to include your project here, open an issues with the name, repository/website and a small description.

Contributing

If you would contribute to this project, just fork the repository and then send a pull request. We will validate your request and, if it's valid, we will commit into the main branch.

Disclaimer

Data based on NEXON Open API, all rights reserved to NEXON. Using the API you agree to Terms and Conditions from NEXON.

About

The First Descendant | API Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published