1.0.8 • Published 11 months ago

tfd-api v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago
npm install tfd-api

yarn add tfd-api
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);
});

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

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.

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.

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

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago