tfd-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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.

Package Sidebar

Install

npm i tfd-api

Weekly Downloads

3

Version

1.0.8

License

MIT

Unpacked Size

61 kB

Total Files

9

Last publish

Collaborators

  • frawolf