quickbooks-accounting
Simplified NodeJS Quickbooks Accounting Integration
Install via NPM
js npm i quickbooks-accounting
Usage
Create a .env file in the root directory of your project. Add environment-specific variables on new lines in the form of NAME=VALUE. For example:
/** * set sandbox to test sandbox environment * set production to test production environment*/#environment sample content QUICKBOOKS_CLIENT_ID= // account client idQUICKBOOKS_CLIENT_SECRET= // account secret keyQB_ENVIRONMENT=productionQUICKBOOKS_REDIRECT_URI = // callback uri
Initial Set up
const Quickbooks = ;const qb = ; let token authUri = qb
To connect to Quickbooks
app; app
Contribute
We are at the very early stage of this repository. Any help and contribution is welcome.
- Please Feel free to submit pull request.
Authors
- 🐰 Alex
License The MIT License (MIT)