gtchecker
The official GTCHECKER API wrapper for Node.js
Installation
Simply run npm i gtchecker
(or yarn add gtchecker
)
What is GTChecker (Node Module)
It's a nodejs module designed to interact with our website GTChecker.com Which is a fully customized Gamertag & PSN Username checker website + Discord bot,
It's purpose is simply to check if your desired username is available on either platform, This project was developed simply from a Discord.js Bot Command, Mainly made for Educational Research and studying the functionality of Express.js With other features such as SQLite3.
Usage
(Sync)
Getting Xbox Result:
const GTCHECKER = ;const Check = 'API TOKEN'; Check;
Getting PSN Result:
const GTCHECKER = ;const Check = 'API_TOKEN'; Check;