1.0.3 • Published 5 years ago

gtchecker.com v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NPM

gtchecker.com

The official https://gtchecker.com API wrapper for Node.js

Installation

Simply run npm i gtchecker.com (or yarn add gtchecker.com)

What is GTChecker.com (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 = require('gtchecker.com');
const Check = new GTCHECKER('API TOKEN');

Check.Gamertag('CHECK_USERNAME').then(result => {
    console.log(result);
}).catch((err) => {
    console.error(err);
});

Getting PSN Result:

const GTCHECKER = require('gtchecker.com');
const Check = new GTCHECKER('API_TOKEN');

Check.PSN('CHECK_USERNAME').then(result => {
    console.log(result);
}).catch((err) => {
    console.error(err);
});

License

MIT

Credits

Joker

VB

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago