1.0.4 • Published 2 years ago

craftrise-public-api v1.0.4

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

CraftRise API

Kurulum

npm paketini kurun

npm install craftrise-public-api

Kullanım

const api = require('craftrise-public-api')

async function verisorgula() {
    var data = await api.Sorgu("Crefax")
    console.log(data)
}
verisorgula()

Verilere erişmek için

{
  username: 'Crefax',
  status: 'OFFLINE',
  tag: 'PLAYER',
  rank: 'KIZILTAŞ III',
  totalxp: '143.445',
  nextlevelxp: '21.555',
  head: 'https://www.craftrise.com.tr/gets/get-head.php?s=256&u=Crefax',
}

Çıkan verilere erişmek için

console.log(data.rank)

yazmanız yeterli olacaktır.

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago