@things-factory/accounting-integration
v3.0.0-beta.74
Published
Module to manage integration with accounting service.
Downloads
6
Maintainers
Keywords
Readme
Accounting Integration module
support 10+ accounting platforms
- xero https://xeroapi.github.io/xero-node/v4/accounting/index.html
unified API
- By integrating different APIs of various platforms, one standard API can be used.
development
TDD (Test Driven Development)
- using frameworks
- chai(https://www.chaijs.com/)
- mocha(https://mochajs.org/)
- should(https://github.com/shouldjs/should.js)
- usages
# test all tests
$ yarn test
# test specific modules test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/accounting-api/*spec.ts
# test specific test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/accounting-api/get-account-products-spec.ts
debug module
- https://www.npmjs.com/package/debug
Platform-specific features
xero
- xxxx
- yyyy