Skip to content

lilithmod/unborn-namehistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unborn Name History

A library for getting Minecraft Java name history data after the removal of the public API. Do note that some values may be missing and some values will be estimates. You can identify these with the accurate field.

Usage

Javascript

const { getNameHistory } = require('unborn-name-history')

getNameHistory('Notch').then(profile => {
    console.log(profile)
})

Typescript

import { getNameHistory } from 'unborn-name-history'

const profile = await getNameHistory('Notch')
console.log(profile)

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published