Accounting Integration module
-
support 10+ accounting platforms
-
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
Platform-specific features
xero
- xxxx
- yyyy