To use this library, Node.js 14.17.0 or newer are required.
npm install tfd-api
yarn add tfd-api
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);
});
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.