qboface
v0.3.0
Published
A convenient interface for node-quickbooks
Downloads
2
Readme
QBOFace
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.