Skip to content

✔NGcodeX also has a hosting side that allows you to deploy your projects. Be the first to contribute to and benefit from a free deployment. THANKS

License

Notifications You must be signed in to change notification settings

NGcodeX/NGcodeX_Server

Repository files navigation

NGcodeX_Server

✔NGcodeX also has a hosting side that allows you to deploy your projects. Be the first to contribute to and benefit from a free deployment. THANKS

ph-node-api

CircleCI

NPM

NodeJS NGcodeX_PlanetHoster API integration.

Please refer to the documentation of the NGcodeX-PlanetHoster API for all endpoints details.

Installation

npm install ph-node-api

Usage

const PhNodeApi = require('ph-node-api');

async function testConnection(api) {
  try {
    console.log(await api.testConnection());
  } catch (e) {
    console.log(e);
  }
}

const api = new PhNodeApi({
  api_key: 'API_KEY',
  api_user: 'API_USER'
});

testConnection(api);

About

✔NGcodeX also has a hosting side that allows you to deploy your projects. Be the first to contribute to and benefit from a free deployment. THANKS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published