hypixel-nick-tracker

2.0.3 • Public • Published

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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.3
    2
  • 2.0.2
    0
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i hypixel-nick-tracker

Weekly Downloads

2

Version

2.0.3

License

SEE LICENCE IN LICENCE.MD

Unpacked Size

5.78 kB

Total Files

4

Last publish

Collaborators

  • caykexd