Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%