/qboface

A convenient interface for node-quickbooks

Primary LanguageJavaScriptMIT LicenseMIT

QBOFace

licence mit

A convenient interface for node-quickbooks developers.

Installation

Install as a local dependency:

npm install -S qboface

Usage

const qboface = require('qboface');

qboface.initialize({
  consumerKey: 'xxxxx',
  consumerSecret: 'xxxxx',
  enableSandbox: true,
  enableDebug: false,
});

qboface.read();
qboface.query();
qboface.report();

Versioning

To keep better organization of releases this project follows the Semantic Versioning 2.0.0 guidelines.

Contributing

Want to contribute? Follow these recommendations.

License

MIT License © Justin Sisley