S0N-0F-A-S0N / NodeCraft-API---node.js

Node.js module for the offical NodeCraft API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node.js module for the offical NodeCraft API

License:MIT License


Languages

Language:JavaScript 100.0%