/NodeCraft-API---node.js

Node.js module for the offical NodeCraft API

Primary LanguageJavaScriptMIT LicenseMIT

NodeCraft-API---node.js

Node.js module for the Official NodeCraft API.

npm install nodecraft-api

Code Example

Please review the API Documentation for more details on specific operations and acquiring an API key.

  var api = require('./index.js')('username', 'xxxxx-xxxxx-xxxxx-xxxxx');
  api.services.list(console.log);

Documentation