2.0.3 • Published 3 years ago

hypixel-nick-tracker v2.0.3

Weekly downloads
-
License
SEE LICENCE IN LI...
Repository
github
Last release
3 years ago

Hypixel Nick Tracker by CactiveNetwork

To use this API, you will need a valid API key, you can get one at discord.gg/cake, and by running -ticket open to contact an owner to give you a key after a background check is completed.

Additionally, you can access the API directly at the following endpoints:

Code Example:

const API = require('hypixel-nick-tracker');
const client = new API("CACTIVENETWORK_API_KEY_HERE");


// Get the real username and UUID of currently active nickname
client.NickToIGN("nickname")
    .then(console.log)
    .catch(console.error);

// Get the nickname of a real player through username or uuid
client.PlayerToNick("caykie", "username")
    .then(console.log)
    .catch(console.error);
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago