nodecraft-api
v0.0.4
Published
Node.js module for the offical NodeCraft API
Downloads
7
Readme
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('nodecraft-api')('username', 'xxxxx-xxxxx-xxxxx-xxxxx');
api.services.list(console.log);