Node.js module for the Official NodeCraft API.
npm install nodecraft-api
Please review the API Documentation for more details on specific operations and acquiring an API key.
var api = require('nodecraft-api')('username', 'xxxxx-xxxxx-xxxxx-xxxxx');
api.services.list(console.log);