glow-hyapi
v1.0.1
Published
just copy&paste this first. ```js const api = require("glow-hyapi") const hypixel = new api("your hypixel api token") hypixel.getInfo("Googlefan").then(console.log) ```
Downloads
1
Readme
Usage
just copy&paste this first.
const api = require("glow-hyapi")
const hypixel = new api("your hypixel api token")
hypixel.getInfo("Googlefan").then(console.log)