0.3.0 • Published 7 years ago

qboface v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.1

8 years ago