npm install quickpterodactyl

About

QuickPterodactyl is a powerful node.js module that allows you to interact with the Pterodactyl API very easily. It takes a much more object-oriented approach than most other JS Pterodactyl libraries, making your bot's code significantly tidier and easier to comprehend.

Example

 const { Client } = require('quickpterodactyl')
        const client = new Client('example.com', 'api_key')
        client.server_delete(1)
        

Why?

  • Object-oriented
  • Speedy and efficient
  • Feature-rich
  • Flexible
  • 100% Promise-based

Statistics

  • 121 downloads
  • 0+ stars
  • 1 contributors

...and growing!