pterowrap
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

PteroWrap

npm version

A node.js wrapper for Pterodactyl API

Installation

npm install pterowrap

Usage

const { ApplicationInstance } = require("pterowrap")

const url = "https://pterodactyl.app/api/"
const key = "meowmeowmeow"

const client = new ApplicationInstance(url, key)
;(async () => {
    const server = await client.servers.get(5)
    console.log(server.name)
})()

Documentation

Click Here (wip)

Package Sidebar

Install

npm i pterowrap

Weekly Downloads

1

Version

1.1.7

License

GPL-3.0 License

Unpacked Size

155 kB

Total Files

96

Last publish

Collaborators

  • iru__