1.2.0 • Published 4 years ago

exynosnetwork-api-wrapper v1.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

★ Exynos API Wrapper

ー Info

  • Official API Wrapper for the Exynos Network API
  • Maintained by @TheRealKizu

ー Installation

  • You can install the package by typing:

    npm install @exynosnetwork/exynosnetwork-api-wrapper

ー Examples

  • Get a specific player stats
const api = require("@exynosnetwork/exynosnetwork-api-wrapper");

const player = await api.getPlayer("TheRealKizu")
    .then(res => console.log(res.body.rank)); // RANK: Owner
  • Query a Minecraft Bedrock Edition server:

const api = require("@exynosnetwork/exynosnetwork-api-wrapper");

const serverStatus = await api.queryServer("play.exynosnetwork.xyz")
    .then(res => console.log(res))

ー License

ー Contact

  • Discord: TheRealKizu#3267
1.2.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago