0.0.1 • Published 9 years ago
buycraft-js v0.0.1
buycraft-js
This is a simple wrapper for the new Buycraft API.
Installation
npm install --save buycraft-js
Usage
var BuycraftAPI = require('buycraft-js');
var client = new BuycraftAPI('secret');
bc.information(function(err, info) {
if (err) {
console.log(err);
} else {
console.log(info);
}
});
0.0.1
9 years ago