JSPM

easy-hypixelapi

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q32026F
  • License ISC

An easy way to access the HypixelAPI

Package Exports

  • easy-hypixelapi

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (easy-hypixelapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Easy-HypixelAPI

An easy way to utilize the HypixelAPI in node.js

NPM Badge

Install

npm install easy-hypixelapi

Usage

const HypixelAPI = require("easy-hypixelapi");

const Hypixel = new HypixelAPI(/* YOUR HYPIXEL API KEY */)

let check = await Hypixel.key().then(res => { return res })

console.log(check)