This package has been deprecated

Author message:

'doesnt

falixnodes-api-wrapper

1.0.0 • Public • Published

FalixNodes API Wrapper

const wrapper = require("falixnodes-panel-api-wrapper");
const FalixNodes = new wrapper("myApiToken");

async function myFunction() {
  const myServer = await FalixNodes.getServer("myApiToken");

  // attempt to start the server
  // available options are `start`, `stop`, `kill` and `restart`
  await myServer.power("start");
}
myFunction();

Readme

Keywords

Package Sidebar

Install

npm i falixnodes-api-wrapper

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

5.09 kB

Total Files

5

Last publish

Collaborators

  • npm
  • wihu