justinsisley / qboface

A convenient interface for node-quickbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A convenient interface for node-quickbooks

License:MIT License


Languages

Language:JavaScript 100.0%