qboface

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i qboface

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • justinsisley